搜索到与相关的文章
各行各业

github学习笔记

1.git是啥?git是一个分布式版本控制工具。2.github是啥?一个基于git的类似googlecode的代码仓库,付费版的用户可以创建私有仓库,支持多人开发。3.如何使用GitHub:(1).申请GitHub帐户xxx,创建名为new-project的新Repository(2).安装Git客户端(推荐下载)(3).生成密钥,这样项目可以push到GitHub上ssh-keygen-C'your@email.address'-trsa(4).将密钥

系统 2019-08-12 09:26:57 2153

各行各业

WP记录DependencyProperty学习(1)

很早之前就看到DependencyProperty,但是每次看到都不想去深入,一眼看过去好难的样子,今天静下来学习一下,怕自己过几天又忘了,来记录一下自己学习的东西。首先我们来看看这个东西,publicstaticreadonlyDependencyPropertyItemContainerStyleProperty=DependencyProperty.Register("ItemContainerStyle",typeof(string),typeof

系统 2019-08-12 09:26:51 2153

数据库相关

unique

//uniquealgorithmexample#include#include#includeusingnamespacestd;boolmyfunction(inti,intj){return(i==j);}intmain(){intmyints[]={10,20,20,20,30,30,20,20,10};//102020203030202010vectormyvector(myin

系统 2019-08-12 01:55:23 2153

数据库相关

正规表达