码迷,mamicode.com
首页 >  
搜索关键字:access permision    ( 10022个结果
centOS下mysql-ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
系统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权限设置最近一直在弄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
TI_DSP_corePac_带宽管理 - 1.1(原理)
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
「2014-5-31」Z-Stack - Modification of Zigbee Device Object for better network access management
写一份赏心悦目的工程文档,是很困难的事情。若想写得完善,不仅得用对工具(use the right tools),注重文笔,还得投入大把时间,真心是一件难度颇高的事情。但,若是真写好了,也是善莫大焉:既可让人明白「为何如此设计」,即「知其然更知其所以然」;也能剥离一些琐碎的细节,让更多没那么多时间与...
分类:数据库   时间:2014-06-02 21:24:16    阅读次数:486
Google Chrome: Make the Bookmarks Bar Display as Icons Only
By reducing your bookmarks to show only the icons, you can access more of them from the Bookmarks bar. This works great for sites with recognizable fa...
分类:其他好文   时间:2014-06-02 17:39:03    阅读次数:276
[掌眼]微信支付测试返回:access_control:not_allow或system:access_denied
转自: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
Java Swing
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
一个数据库操作类,适用于Oracle,ACCESS,SQLSERVER
最近做了一个数据诊断的项目,里面自己写了一个数据库的操作类,包含:连接数据库、读数据表、执行SQL操作,释放数据库等组成,希望对大家有用,由于水平有限,若有错误或者代码不足地方欢迎指正,谢谢。ADOOperate.H[cpp]view plaincopy///////////////////////...
分类:数据库   时间:2014-05-29 01:25:16    阅读次数:440
android之APN
APN全称是Access Point Name,中文即接入点,是通过手机上网时必须配置的一个参数,它决定了手机通过哪种接入方式来访问网络。android系统把所有的APN都保存在数据库中,数据库绝对路径:/data/data/com.android.providers.telephony/datab...
分类:移动开发   时间:2014-05-28 22:27:09    阅读次数:325
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!