学会这些命令,你就可以熟练的使用Git工具了,什么?想精通,那是不可能的。基本上,Git就是以下面的命令顺序学习的。文中笔记是从廖雪峰老师的Git教程中总结出来的,方面查阅命令。详细原理请看Git教程。1、基础git
config --global user.name "Your Name"设置你的...
分类:
其他好文 时间:
2014-05-26 15:40:06
阅读次数:
329
xml .java 添加三张图片private ViewGroup
mgroup;mgroup=(ViewGroup)findViewById(R.id.ln_Group); ImageView imageView;
LayoutParams params ...
分类:
其他好文 时间:
2014-05-26 14:21:23
阅读次数:
320
在empty
search中你是否注意到了查询的结果中包含了不同的type:有来自us中的user,有来自gb中的tweet。不限值index和type我们能搜索整个cluster中的所有的document,ES会把请求分发到cluster中所有的primary和replica,然后返回结果的前十条...
分类:
其他好文 时间:
2014-05-26 13:59:11
阅读次数:
257
1link=$link; $this->user=$user;
$this->pwd=$pwd; $this->bd=$db; ...
分类:
其他好文 时间:
2014-05-26 13:53:21
阅读次数:
290
1、在配置文件my.ini最后增加:skip-grant-tables2、重启mysql服务:net
stop mysqlnet start mysql3、无密码进入数据库,重置密码为root:mysql -u root -puse mysqlupdate
user set password=PAS...
分类:
数据库 时间:
2014-05-26 13:10:21
阅读次数:
311
在防火墙阻挡rsync端口的情况下使用,而且绕开了rsync的认证机制,直接使用ssh的认证:rsync -avz --delete -e ssh
remoteuser@remotehost:/remote/dir /this/dir/
分类:
其他好文 时间:
2014-05-26 12:06:23
阅读次数:
194
#define TEST_EVENT QEvent::User + 100class
CVxActuatorMain : public QMainWindow{ protected: void customEvent(QEvent
*event);}CVxActuatorMain::CVxActua...
分类:
其他好文 时间:
2014-05-26 11:49:23
阅读次数:
256
这是一张表的数据记录,现在想查询每个stuname最新的一条全部记录,也就是王鹏、王山、王丽最新的一条记录,查出来的结果在一张表上。 解法:select *
from table as a where exists(select 1 from table group by stuname havin...
分类:
其他好文 时间:
2014-05-26 07:48:25
阅读次数:
212
#define USER_KEY @"users"#define GROUPNAME_KEY
@"groupName"@interfaceViewController (){ UITableView *_tableView; NSMutableArray
*_dataSource; BOOL ...
分类:
移动开发 时间:
2014-05-26 06:52:50
阅读次数:
316
select T.COLUMN_NAME,t.data_type ,c.comments from
ALL_TAB_COLUMNS T ,user_col_comments c where 1=1 and c.table_name = t.table_name
and c.c...
分类:
数据库 时间:
2014-05-24 07:57:41
阅读次数:
266