git init #创建仓库git add _filename #添加文件到缓冲区git commit -m "msg" #提交更新,从缓冲区提交到版本库git status #查看状态git diff _filename #查看对比git log --pretty=oneline _filenam...
分类:
其他 时间:
2015-06-10 18:46:34
收藏:
0 评论:
0 赞:
0 阅读:
221
//来源:http://www.cnblogs.com/jianyus/p/4113845.html1、创建测试使用列表”REST Demo”,插入一些测试数据,如下图: 2、添加内容编辑器,并且添加脚本引用以及HTML代码,如下图: Result的Div为显示结果使用,input标签触发RES.....
分类:
其他 时间:
2015-06-10 18:46:24
收藏:
0 评论:
0 赞:
0 阅读:
247
1. 在 VS2008中调试一个程序,怎样都运行不起来(在IDE中无法运行) 出现恶心信息: 2. 但神奇的是,在工程目录下,直接双击exe文件 却可以启动起来,说明编译的文件没问题,有可能是IDE的问题 3. 解决方法: 以管理员的身份 启动VS2008 再点 Debug,在IDE中也可...
分类:
其他 时间:
2015-06-10 18:46:14
收藏:
0 评论:
0 赞:
0 阅读:
378
1 #include 2 #include 3 using namespace std; 4 5 int main() 6 { 7 //freopen("acm.acm","r",stdin); 8 char c; 9 string s; 10 ...
分类:
其他 时间:
2015-06-10 18:45:54
收藏:
0 评论:
0 赞:
0 阅读:
274
Cron Expressions——Cron 表达式按顺序依次为秒(0~59)分钟(0~59)小时(0~23)天(月)(0~31,但是你需要考虑你月的天数)月(0~11)天(星期)(1~7 1=SUN 或 SUN,MON,TUE,WED,THU,FRI,SAT)7.年份(1970-2099)其中每个...
分类:
其他 时间:
2015-06-10 18:45:24
收藏:
0 评论:
0 赞:
0 阅读:
247
对一个有洁癖的人来说,会经常折腾自己的电脑,最少让自己看起来舒服,今天心血来潮,觉得有时开的软件多了,把底部的工具栏都占满了(当然,果粉是没有这个烦恼的),就想把一些开启了但不经常要看的软件,最小化的时候直接到右下角的角落里,免得占用任务栏这次要运用的软件是Trayconizer1, 下载 Tray...
分类:
其他 时间:
2015-06-10 18:44:34
收藏:
0 评论:
0 赞:
0 阅读:
426
This is an extension of the 2Sum problem. The idea is pretty simple (even no need to use hash). Sort the array and then starting from the first elemen...
分类:
其他 时间:
2015-06-10 18:44:14
收藏:
0 评论:
0 赞:
0 阅读:
247
1 rsync简介 rsync(remote synchronize)是远程同步工具,通过LAN/WLAN,使用rsync算法(只传送两台主机间的文件的不同部分)快速同步多台主机间的文件。 rsync可以通过rsh/ssh使用,也可以通过daemone模式去运行,以daemone模式运行时Rsync...
分类:
其他 时间:
2015-06-10 18:44:04
收藏:
0 评论:
0 赞:
0 阅读:
266
《转自》http://www.cnblogs.com/kreo/p/4368811.htmlCentOS7默认的防火墙不是iptables,而是firewalle.安装iptableiptable-service#先检查是否安装了iptablesservice iptables status#安装i...
分类:
其他 时间:
2015-06-10 18:43:44
收藏:
0 评论:
0 赞:
0 阅读:
276
//抽取dt中的特定列"Region","Cur","Year"组合成新的datDataTable dat = dt.DefaultView.ToTable(false, new string[]{ "Region","Cur","Year" });DataView dv = new DataVie...
分类:
其他 时间:
2015-06-10 18:43:34
收藏:
0 评论:
0 赞:
0 阅读:
215
//来源:http://www.cnblogs.com/jianyus/p/4556426.html服务器架构(三台虚机:AD和Sql在一台,前端两台)DC、Sql Server,其中包括:AD、DNS、DHCP服务(非必须);SPWeb01,其中包括:IIS、SharePoint;SPWeb02,...
分类:
其他 时间:
2015-06-10 18:42:44
收藏:
0 评论:
0 赞:
0 阅读:
285
1 #include 2 #include 3 using namespace std; 4 5 struct node 6 { 7 char c; 8 node * l; 9 node * r;10 };11 12 node * make_tree(string p...
分类:
其他 时间:
2015-06-10 18:42:24
收藏:
0 评论:
0 赞:
0 阅读:
223
Persona/典型用户(1)名字:刘小三(2)年龄:25(3)收入:3000/月(4)代表的用户在市场上的比例:比例相当高(5)使用这个软件的典型场景:给自己的孩子学习(6)使用本软件/服务的环境:手机安卓系统(7)生活/工作情况:出外打工(8)知识层次和能力:高中毕业(9)用户的动机、目的和困难...
分类:
其他 时间:
2015-06-10 18:42:04
收藏:
0 评论:
0 赞:
0 阅读:
188
/// /// 应用开源NPOI,导出Excel /// /// /// private void btnNPOIExport_Click(object sender, EventArgs e) { ...
分类:
其他 时间:
2015-06-10 18:41:34
收藏:
0 评论:
0 赞:
0 阅读:
248
这是golaravel社区网友a939638621对laravel命令行列表的翻译,感谢热心网友的付出.这些都是我一个翻阅词典查的 ,真心劳动成果。谢谢 提供给那些用的人 某些的用词可能不是很精确,欢迎纠正!!! 感谢本社区提供的 中文版的 laravel 的中文文档!! 所以,有好东西就会放在本社...
分类:
其他 时间:
2015-06-10 18:41:24
收藏:
0 评论:
0 赞:
0 阅读:
232
今天我们来看一下目前最流行的软件开发的流程—Scrum,看看它是如何被广大团队青睐的!- leangoo团队协作工具
分类:
其他 时间:
2015-06-10 18:40:54
收藏:
0 评论:
0 赞:
0 阅读:
440
#include #include #include using namespace std;string fun_c(string s);string fun_j(string s);string fun_e(string s);string fun_a(string s);string fun_...
分类:
其他 时间:
2015-06-10 18:40:24
收藏:
0 评论:
0 赞:
0 阅读:
254
大家都在讨论怎么使用Core Data,但是什么时候用到Core Data,这好像是大家很少讨论的问题我们使用Core Data ,主要用来存储两种类型的数据:固定的数据,和 可能变化的数据。1.固定不变的数据。例如:性别类型。这种数据基本不会变化,偶尔可能会变。最好预留一个接口。2.可能变化的数据...
分类:
其他 时间:
2015-06-10 18:40:04
收藏:
0 评论:
0 赞:
0 阅读:
215
点击[cy_title]后弹出[cy_list]层,选中里面的元素把值赋给 [cy_title]在[cy_list] 打开的时候,点击其他地方可以关闭;HTML: English English French German Swed...
分类:
其他 时间:
2015-06-10 18:39:54
收藏:
0 评论:
0 赞:
0 阅读:
332
#include #include #include #define MAXN 105using namespace std;struct node{ string name_f; string name; int f_c; int age;};node _m[MAXN];i...
分类:
其他 时间:
2015-06-10 18:39:44
收藏:
0 评论:
0 赞:
0 阅读:
245