"SELECT m.id, m.admin_user, m.login_count, m.last_ip, m.last_time, l.level_nameFROM cms_manage as m, cms_level as lWHERE ...
分类:
数据库 时间:
2014-10-21 17:16:00
阅读次数:
188
Activity里面提供了一个managedQuery()方法,依照AndroidSDK里面的说明,“the activity will manage its lifecycle for you.”听起来非常好,Activity能够替你管理Cursor的生命周期了,就不用记着去close()了,代码...
分类:
其他好文 时间:
2014-10-21 16:57:07
阅读次数:
201
Methods, apparatus, and systems, including computer programs encoded on a computer storage medium, manage an address space. In some implementations, a...
分类:
其他好文 时间:
2014-10-20 23:17:52
阅读次数:
356
第1章,读书笔记
怎么管理 widgets
怎么安装 widgets
怎么重新加载 widgets
dashboard 和 widgets
F12 是开启 dashboard 的快捷键。
在 dashboard 上单击左下解的 “+”号按钮是添加 widgets 界面,“-”号按钮是删除 widgets 模式。
注【我说】:10.9 的 |manage widgets...|...
分类:
其他好文 时间:
2014-10-20 15:08:32
阅读次数:
117
当登陆 Arcgis Server Manager的时候,点击 "Services" 中的选项"Manage Services",就报错:An error has occured on the server. For details please check the Event (Applicati...
分类:
移动开发 时间:
2014-10-18 14:01:39
阅读次数:
533
1.建立projectdjango-admin.pystartprojectnewproject完成上个步骤后,可发现在newproject文件夹下生成了:一个名为newproject的文件夹,一个manage.py文件。newproject文件夹上又包含了4个文件:__init__.pysetting.pyurls.pywsgi.py至此project建立完毕!2.修改文件#vimurls...
分类:
编程语言 时间:
2014-10-16 22:26:53
阅读次数:
225
写django的都知道,要跑起django测试环境,只需要1 python manage.py runserver 0.0.0.0:8000就可以了,但是时间一长,就觉得敲这个命令太浪费时间了,而我又是个懒人。同事用的是ctrl+ r,但是有时候还是会出现我不想要的。那么,简单的就是写个shell,...
分类:
其他好文 时间:
2014-10-16 16:55:02
阅读次数:
159
2014-08-191.点击+号,创建本地仓库,原理跟命令行一样,a:输入项目的名字,b:选择项目的地址点击创建2.创建之后,可以进行常规的操作,流程基本和命令行类似,如果要使用的github,pages功能,要创建gp-pages,分支,然后在该分之下上传提交文件,即可,点击Manage,进入该界...
Activity里面提供了一个managedQuery()方法,依照AndroidSDK里面的说明,“the activity will manage its lifecycle for you.”听起来非常好,Activity能够替你管理Cursor的生命周期了,就不用记着去close()了,代码...
分类:
其他好文 时间:
2014-10-15 14:32:34
阅读次数:
137
Different people deserve different tasks; Once team roles are settled, there comes along a lot of other questions, such as how to manage team intellec...
分类:
其他好文 时间:
2014-10-15 00:34:49
阅读次数:
375