系统centOS-6.3
方法操作很简单,如下:
# /etc/init.d/mysql stop
# mysqld_safe --user=mysql --skip-grant-tables --skip-networking &
# mysql -u root mysql
# mysql>use mysql ;
mysql> UPDATE user SET Password=PAS...
分类:
数据库 时间:
2014-06-05 02:54:40
阅读次数:
331
Openerp权限设置最近一直在弄openerp权限问题,现在终于懂了一些。主要对模块下的security
目录下的文件:xxx_security.xml、ir.model.access.csv进行讲解@ xxx_security.xml1、 建立组A
//把admin用户加入该组中@name 组名...
分类:
其他好文 时间:
2014-06-04 19:02:24
阅读次数:
217
在执行计划中我们可能见过这样一句话 table access by index rowid
,这就是索引回表读实验脚本观察上面的operation
最后执行的出现在最上面我们可以从索引块中读取索引列的值,如果想读取索引列值以外的其他字段那就需要根据索引块的rowid定义到数据块这就是执行计划中的 索...
分类:
其他好文 时间:
2014-06-03 08:59:50
阅读次数:
212
There is no systematic design for shared resource access priority in platform side, and there is no interface provided by
platform that can be used by application to do bandwidth management optimizat...
分类:
其他好文 时间:
2014-06-03 04:54:35
阅读次数:
262
1、安装Subversion,安装好后,在控制台输入“svn
help”,如果成功安装,则会有很多命令打印输出;2、svnadmin create F:\Java_workspace\Repository\trunk #
敲命令创建库trunk3、进入...\Repository\tru...
分类:
其他好文 时间:
2014-05-31 02:52:40
阅读次数:
330
转自:http://mp.weixin.qq.com/qa/index.php?qa=11634&qa_1=%E6%94%AF%E4%BB%98%E8%BF%94%E5%9B%9E%EF%BC%9Aaccess_control-not_allow&show=16550感谢:乐游旅游比如我的测试js支...
分类:
微信 时间:
2014-05-30 20:25:50
阅读次数:
8782
Global cursor:To change the cursor in a
application wide fashion, you have to access the Glass Pane and set its cursor,
and then make the glass pane v...
分类:
编程语言 时间:
2014-05-30 11:18:29
阅读次数:
284
最近做了一个数据诊断的项目,里面自己写了一个数据库的操作类,包含:连接数据库、读数据表、执行SQL操作,释放数据库等组成,希望对大家有用,由于水平有限,若有错误或者代码不足地方欢迎指正,谢谢。ADOOperate.H[cpp]view
plaincopy///////////////////////...
分类:
数据库 时间:
2014-05-29 01:25:16
阅读次数:
440
APN全称是Access Point
Name,中文即接入点,是通过手机上网时必须配置的一个参数,它决定了手机通过哪种接入方式来访问网络。android系统把所有的APN都保存在数据库中,数据库绝对路径:/data/data/com.android.providers.telephony/datab...
分类:
移动开发 时间:
2014-05-28 22:27:09
阅读次数:
325
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