1. AndroidManifest.xml2. project.properties# This file is automatically generated by Android Tools.# Do not modify this file -- YOUR CHANGES WILL BE E...
分类:
移动开发 时间:
2014-09-29 15:42:51
阅读次数:
157
Logstash+Elasticsearch+Kibana+S3+NginxbuildourprivatelogquerysystemSystemstructureHowtosetupLogstash-index(Logstashserver)yum-yinstalljava-1.7.0-openjdkInstallandconfigureElasticsearch(Logstash1.4.2recommendsElasticsearch1.1.1)rpm--importhttp://packages.ela..
分类:
其他好文 时间:
2014-09-27 09:56:30
阅读次数:
322
To modify an existing session with "keep alives" to maintain your connection follow the steps below:Open the PuTTy application and navigate to theOpti...
分类:
其他好文 时间:
2014-09-27 07:13:49
阅读次数:
202
老赵的博客:http://blog.zhaojie.me/2008/02/using-translate-method-and-modify-command-text-before-query-in-linq-to-sql.html http://www.csharpwin.com/do...
分类:
数据库 时间:
2014-09-26 19:53:28
阅读次数:
326
The full path to the file is ‘/etc/postfix/main.cf‘ Just add or modify your hostname and restart the postfix service by running ‘service postfix restart‘. Please note mydomain.net. is an invalid ho...
分类:
其他好文 时间:
2014-09-26 12:24:59
阅读次数:
614
修改表字段的数据类型ALTER TABLE TabName MODIFY (ColName ColNewType);(*修改后的数据类型要兼容之前已经存在的值)表增加一个字段 ALTER TABLE TabName ADD ColName ColType;同一个表内copy表的字段ColName1值...
分类:
数据库 时间:
2014-09-25 18:02:17
阅读次数:
211
项目根目录有两个文件:
1.project.properties
# This file is automatically generated by Android Tools.
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
#
# This file must be checked in Version Contr...
分类:
移动开发 时间:
2014-09-24 12:33:26
阅读次数:
248
新建分支: git checkout -b v0.1提交新建的分支内容git add index.htmlgit commit -m 'modify index page'
分类:
其他好文 时间:
2014-09-23 13:31:54
阅读次数:
161
--常用的字段类型有:varchar2,char,nchar,date,long,number,float,BLOB,CLOB--添加表字段alter table tablename add AREAID Number(18);--修改表字段alter table tablename modify ...
分类:
数据库 时间:
2014-09-22 19:24:23
阅读次数:
303
关于update和alter:百度知道上关于update和alter有一个很形象的总结: 一个表有很多字段,一个字段里有很多数据。 一个家有很多房间,一个房间里有很多家具。 update是用来将衣柜改成书架的。 alter是用来将厨房改成厕所的。把卧室改成厕所: alter table 你家 cha...
分类:
数据库 时间:
2014-09-21 04:11:29
阅读次数:
288