android.permission.ACCESS_CHECKIN_PROPERTIES 允
许读写访问”properties”表在checkin数据库中,改值可以修改上传( Allows read/write access to the
“properties” table in the chec...
分类:
移动开发 时间:
2014-05-28 03:21:29
阅读次数:
346
原题地址:https://oj.leetcode.com/problems/minimum-path-sum/题意:Given
amxngrid filled with non-negative numbers, find a path from top left to bottom
right w...
分类:
编程语言 时间:
2014-05-28 03:03:13
阅读次数:
320
//要监听的EditText对象private EditText
mEditText;//添加监听事件mEditText.addTextChangedListener( new TextWatcher() { private
CharSequence temp; private int star.....
分类:
其他好文 时间:
2014-05-26 20:32:14
阅读次数:
220
新建的 web 工程 有红色的感叹号问题: 在eclipse
中新建一个web工程,但是工程上有红色的感叹号。解决: 1.右键工程,选择Build Path-->Configure Build Path; 2.
选择Libraries 下的 Web App Libraries,再点击右边的remov...
分类:
Web程序 时间:
2014-05-26 20:31:31
阅读次数:
205
常见的NSString和NSMutableString方法:NSString方法:[plain]view
plaincopy+(id)stringWithContentsOfFile:pathencoding:encerror:err创建一个新字符串并将其设置为path指定的文件的内容,使用字符编....
分类:
其他好文 时间:
2014-05-26 19:48:09
阅读次数:
316
原题地址:https://oj.leetcode.com/problems/path-sum/题意:Given
a binary tree and a sum, determine if the tree has a root-to-leaf path such that
adding up all...
分类:
编程语言 时间:
2014-05-26 18:37:11
阅读次数:
295
rsponse.write("")可能会影响页面的布局并且只能调用javascript的内置函数ClientScript.RegisterStartupScript(Page.GetType(),
"", ""))可以调用前台的自定义javascript函数和javascript内置函数不影响页面布...
分类:
Web程序 时间:
2014-05-26 18:23:14
阅读次数:
221
介绍一种使用Groovy的方法:编译成java字节码并且作为正常java应用程序运行在java虚拟机上,即预编译模式。
1、安装Groovy
下载Groovy binary:
http://groovy.codehaus.org/Download
将其解压。然后设置环境变量GROOVY_HOME为解压后文件的目录。
然后在path环境变量中添加:%GROOVY_HOME%/bi...
分类:
编程语言 时间:
2014-05-25 21:59:10
阅读次数:
472
首先要配置的是Android SDK中带有的adb工具:
解压并打开下载好的Android SDK,找到platform-tools文件夹,
右击我的电脑-->属性--->高级系统设置--->环境变量;
建议只在用户变量中设置;
如果有PATH环境变量就双击进行编辑,拷贝找到的platform-tools文件夹的全路径,例如:
D:\Program Files\adt-bundle-wi...
分类:
移动开发 时间:
2014-05-25 21:11:40
阅读次数:
373
1、string str1 = Request.ApplicationPath.ToString();
返回路径为:\HolterClientWeb2、HttpServerUtility.MapPath 方法解释:返回对应于 Web
服务器上指定的虚拟路径的物理文件路径。 string path=S...
分类:
Web程序 时间:
2014-05-25 20:18:18
阅读次数:
321