Part 1: Package ManagementPackage managementis a system by which software can be installed, updated, queried or removed from a filesystem. In Linux, t...
分类:
系统相关 时间:
2015-09-19 18:09:45
阅读次数:
372
因为最近更新的PHP版本,写sql语句,忽然发现不能用了,上网查了一些原因,找到几个方法如下:1.禁止php报错 display_errors = on 改成 display_errors = off2.将PHP中的mysql用PDO或者是mysqli代替就不会发生这种情况了3.php设置报警级别....
分类:
数据库 时间:
2015-09-16 19:51:53
阅读次数:
183
Q:So the release of Windows Server 2012 has removed a lot of the old Remote Desktop related configuration utilities. In particular, there is no more R...
在Linux中安装phpstorm遇到了问题Java HotSpot(TM) Server VM warning: ignoring option MaxPermSize=250m; support was removed in 8.0Exception in thread "main" jav.....
分类:
其他好文 时间:
2015-09-06 18:13:13
阅读次数:
606
Unfortunately, Yosemite breaks pow because ipfw has been completely removed from the OS. I was able to get pow working again using PF, which is the ne...
分类:
系统相关 时间:
2015-08-25 19:09:13
阅读次数:
224
1 var _container:Sprite = new Sprite(); 2 3 _container.addEventListener(Event.ADDED,onAdded); 4 _container.addEventListener(Event.ADDED_TO_STAGE,on...
分类:
其他好文 时间:
2015-08-14 21:16:11
阅读次数:
204
php5个版本,5.2、5.3、5.4、5.5,怕跟不上时代,新的服务器直接上5.5,但是程序出现如下错误:Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future...
分类:
数据库 时间:
2015-08-13 14:19:12
阅读次数:
134
#!/usr/bin/envpython
stack=[]
defpushit():
stack.append(raw_input(‘EnterNewstring:‘).strip())
defpopit():
iflen(stack)==0:
print"Cannotpopfromanemptystack!"
else:
r=stack.pop()
print"Removed[%s]"%r
defviewstatck():
printstack
CMDs={‘u‘:pushit,‘o‘:popi..
分类:
编程语言 时间:
2015-07-15 15:18:26
阅读次数:
156
研究下wifi参数的含义 #The word of "Default" must not be removed Default CountryRegion=5 CountryRegionABand=7 CountryCode= SSID=Dennis2860AP NetworkType=Infra ...
分类:
其他好文 时间:
2015-07-09 21:28:29
阅读次数:
784
1、直接打开在eclipse中选中该不能导入项目,右键打开项目属性,在项目属性里选择项目 类型为Dynamic WebProject即可发布。2、eclipse导入一个项目后,不能加载到tomcat里面,出现“Thereare no resources that can be added or .....
分类:
其他好文 时间:
2015-07-09 21:15:27
阅读次数:
162