参考文件Yourphp\Lib\Action\User\PostAction.class.phppublic
function add() { $form=new Form(); $form->isadmin=0; $form->doThumb = ...
分类:
Web程序 时间:
2014-05-28 03:50:25
阅读次数:
334
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
vim /etc/lightdm/lightdm.confFinally, edit the
file as shown below and save it.autologin-user=autologin-user-timeout=0
分类:
其他好文 时间:
2014-05-27 16:11:09
阅读次数:
222
Log4j默认把日志信息分为五个等级: debug < info < warn <
error < fatallog4j.rootLogger=INFO
#根配置,在此表示INFO级别以下的日志不记录(debug级别的日志就不会被记录了),如果你还想记录到其他地方,可以继续加,以英文逗号分割即可(I...
分类:
其他好文 时间:
2014-05-26 18:37:53
阅读次数:
208
A.直接用MyEclipse里自带的相关的项目jar包,右击项目“MyEclipse”菜单,选择对应的jar包就OK了
B.添加外部的jar包到web项目的lib包下,右击项目“Properties”-->“Java Build
Path”-->“Libraries”选项卡; C.自己手动拷贝jar...
分类:
数据库 时间:
2014-05-26 01:59:27
阅读次数:
377
1、打项目的properties -->android 为其指一个运版本,2、修改default
properties 文件 ,改相应版本等级3、选中项目,单击右键,选中properties ,打开android 选中相应 sdk4、project
-->clean. KO(blue moon .....
分类:
移动开发 时间:
2014-05-26 00:29:38
阅读次数:
339
题目:给定两个字符串word1,word2,将word2变成word1所需的最小步数。规定只能用以下三种操作进行修改,且每种操作的步数都计为1.
op1:插入一个字符
op2:删除一个字符
op3:替换一个字符
例:
word1 = word, word2 = wore, 则将wore的e替换为d则可。
word1 = word,word2 = wor,则在wor的后面插入一个d则可...
分类:
其他好文 时间:
2014-05-25 22:56:24
阅读次数:
303
This post introduces how to name the functions,
constructors and properties correctly.
分类:
编程语言 时间:
2014-05-25 20:15:50
阅读次数:
304
therearetwosituationsinthiserror,oneisJavaheapspaceandsolutionasbelow:a.在Eclipse里选:Window->Preference->InstalledJREs->选中->Edit,在DefaultVMArguments里输入-Xms256m-Xmx1024m,表示最小内存256M,最大1G,然后运行就可以了。b.Run->RunConfigur..
分类:
编程语言 时间:
2014-05-25 04:53:25
阅读次数:
301
修改easyeclipseforPHP内部浏览器的localhost端口选择一个工程,Project->Properties,选中PHPProjectSettings,点击ConfigureWorkspaceSettings,即可修改localhost的端口号,默认修改workspace的配置,以后新建的工程也会使用修改后的端口。
分类:
Web程序 时间:
2014-05-24 15:54:15
阅读次数:
439