码迷,mamicode.com
首页 >  
搜索关键字:safe    ( 1683个结果
安装网站时出现“连接数据库出现数据库服务器或登录密码无效,无法连接数据库,请重新设定”解决方法
在安装织梦网站时出现  ”连接数据库出现数据库服务器或登录密码无效,无法连接数据库,请重新设定“  但是数据库用户名和密码是正确的,在服务器端完全可以进入到数据库的。 于是关闭php的sql安全模式。 把PHP.INI 里面的 sql.safe_mode = on  改成 sql.safe_mode = off   就可以了。...
分类:数据库   时间:2014-06-17 16:21:47    阅读次数:1076
PatentTips - Safe general purpose virtual machine computing system
BACKGROUND OF THE INVENTIONThe present invention relates to virtual machine implementations, and in particular to a safe general purpose virtual machi...
分类:其他好文   时间:2014-06-17 13:04:46    阅读次数:486
MySQL忘记root密码后的处理
在用root用户登录mysql时发现密码错了[root@gk~]#mysql-uroot-pEnterpassword:ERROR1045(28000):Accessdeniedforuser‘root‘@‘localhost‘(usingpassword:NO)解决方法1.停止mysqld服务[root@gk~]#servicemysqldstop停止mysqld:[确定]2.执行mysqld_safe--skip-grant-tables[root@..
分类:数据库   时间:2014-06-10 22:36:18    阅读次数:330
windows 2008配置运行PHP5.5.X
1.安装web5.0平台安装程序。web5.0平台安装程序:http://www.iis.net/downloads2.打开 web平台安装程序 ,搜索“fastcgi”,安装IIS 7.0 FastCGI更新3.下载PHP的zip包(非线程安全的VC9 x86 Non Thread Safe)4....
分类:Windows程序   时间:2014-06-10 16:25:08    阅读次数:440
WindowId 译
public classWindowId extends Object implements Parcelablejava.lang.Object?android.view.WindowIdClass Overview 类的概览Safe identifier for a window. This ....
分类:Windows程序   时间:2014-06-10 08:27:56    阅读次数:541
计算机网络年会:手机安全状况面临巨大威胁
近日,国内网络安全领域的顶级盛会——2014年中国计算机网络安全年会在广东汕头召开。在本届年会上,有关机构公布的数据显示,2013年,我国境内感染移动互联病毒的用户数量超过609万,国家互联网应急中心认为,我国移动互联网网络安全状况堪忧,在五级网络安全状况评价体系中,处于最危险级别。爱加密[url=http://www.ijiami.cn/]www.ijiami.cn[/url]爱加密App安全监测平台[url=http://www.safe.ijiami.cn/]www.safe.ijiami.cn[/u...
分类:移动开发   时间:2014-06-08 15:28:18    阅读次数:210
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
快速Android开发系列网络篇之Retrofit
Retrofit是一个不错的网络请求库,用官方自己的介绍就是:A type-safe REST client for Android and Java看官网的介绍用起来很省事,不过如果不了解它是怎么实现的也不太敢用,不然出问题了就不知道怎么办了。这几天比较闲就下下来看了一下,了解一下大概实现方法,细...
分类:移动开发   时间:2014-06-04 19:56:53    阅读次数:396
About Swift
Swift is a new programming language for iOS and OS X apps that builds on the best of C and Objective-C, without the constraints of C compatibility. Swift adopts safe programming patterns and adds mode...
分类:其他好文   时间:2014-06-04 13:19:23    阅读次数:282
Windows下PHP(Thread Safe与Non Thread Safe)版本说明
转载“http://www.taoz11.com/archives/300.html”linux下直接下载源码,在服务器上编译即可,发现windows下有4个版本:VC9 x86 Non Thread SafeVC9 x86 Thread SafeVC6 x86 Non Thread SafeVC6...
分类:Windows程序   时间:2014-05-28 03:13:59    阅读次数:411
1683条   上一页 1 ... 165 166 167 168 169 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!