一、Android?Studio配置SVN Android?Studio关联配置SVN很简单,在Settings里面,找到Version Control->Subversion;在这个页面的控制面板中的General中将Use command line client打勾勾选上,然后浏览本地的SVN...
分类:
移动开发 时间:
2015-11-05 06:35:00
阅读次数:
403
MYSQL的常用命令和增删改查语句和数据类型连接命令:mysql-h[主机地址]-u[用户名]-p[用户密码]创建数据库:createdatabase[库名]显示所有数据库:showdatabases;打开数据库:use[库名]当前选择的库状态:SELECTDATABASE();创建数据表:CREATETABLE[表名]([字段名][字段类型]([字段..
分类:
数据库 时间:
2015-11-05 00:46:57
阅读次数:
334
C#学习单向链表和接口 IList 作者:乌龙哈里 时间:2015-11-04平台:Window7 64bit,Visual Studio Community 2015参考:MSDN 索引器(C# 编程指南)《数据结构(C#语言版)》下载When to use IEnumerable, IColle...
用SQL语句操作数据01.SQL语句书写规范1,.在SQLSever中,SQL语句不区分大小写(数据库名,表名,列名,关键字),SQL编译器都识别2,对表进行操作的时候,一定要使先用use关键字切换到对应的数据库3.自增列...
分类:
数据库 时间:
2015-11-04 20:59:27
阅读次数:
226
(select * from xxx - -查询语句)一:新建数据库(xxx表示名称)use XXX- -指向当前所操作的数据库go create table xxx- -新建表关键字(列的名称 数据类型 not null,列的名称 数据类型 not null,列的名称 数据类型 not null(...
分类:
数据库 时间:
2015-11-04 16:05:43
阅读次数:
173
在安装open-falcon的nodata组件,更新库的时候,git pull 报错:You are not currently on a branch, so I cannot use any'branch..merge' in your configuration file.Please spe...
分类:
其他好文 时间:
2015-11-04 13:17:31
阅读次数:
224
Source:This is the example how to use eclipse and python.http://www.360doc.com/content/15/0206/10/20107535_446635492.shtmlThe open source tool about s...
分类:
编程语言 时间:
2015-11-04 13:11:18
阅读次数:
159
1, Install python and selenium. I use python 3.5, the following is the example 1.) Python download: 3.5 https://www.python.org/downloads/release/py...
分类:
编程语言 时间:
2015-11-04 12:54:20
阅读次数:
240
当express 设置为静态文件服务器的时候。可以通过2种方式进行方位:1,通过设置app.use('路径1','../a/b/image') express 路径的形式,如 src="路径/1.jpg" 进行访问2,通过原始的访问形式进行 如src="../a/b/image"注意点:1,当有ex...
分类:
Web程序 时间:
2015-11-04 02:02:09
阅读次数:
484
A typical O(n^2) solution uses dynamic programming. Let's use lens[j] to denote the length of the LIS ending with nums[j]. The state equations arelens...
分类:
其他好文 时间:
2015-11-03 23:00:50
阅读次数:
240