phpstorm调试php错误提示:Host 'localhost' has multiple addresses. You must choose one explicitly!Couldn't create FastCGI listen socket on port localhost:3568...
分类:
其他好文 时间:
2014-06-28 14:22:59
阅读次数:
283
1 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 37 45 CREATE PROCEDURE ...
分类:
其他好文 时间:
2014-06-28 13:42:13
阅读次数:
163
Oracle一个数据库里可以分配多个用户,用户创建自己的表,自己创建的表如果不想分配给其他用户使用,其他用户是看不到自己的创建的表的。用户管理: 创建用户: create user chunxiao identified by 123456 修改密码: password chunxaio /...
分类:
数据库 时间:
2014-06-28 13:26:54
阅读次数:
319
create function fn_Getquanpin(@str varchar(100))returns varchar(8000)asbegin declare @re varchar(8000),@crs varchar(10) declare @strlen int select @s....
分类:
数据库 时间:
2014-06-28 13:18:16
阅读次数:
371
create function fun_getPY ( @str nvarchar(4000) )returns nvarchar(4000)asbegin declare @word nchar(1),@PY nvarchar(4000) set @PY='' while len(@...
分类:
数据库 时间:
2014-06-28 12:58:14
阅读次数:
225
1、节点基本计算设备被抽象为节点。用Nodes类来描述。如Nodeontainer类,用于追踪一组节点指针。NodeContainer nodes;nodes.Create(2);2、应用需要被仿真的用户程序被抽象为应用。这些方法以“Time”对象为参数,记录接收时间和发出时间。NS3用Applic...
分类:
其他好文 时间:
2014-06-28 11:12:03
阅读次数:
214
In part one we showed how to create Openvswitch extension and submit it to Microcore repository. There were also presented after-install steps for Ope...
分类:
移动开发 时间:
2014-06-24 10:17:04
阅读次数:
588
自定义窗口中使用右键菜单: // This example shows how to create a context menu inside a custom EditorWindow.class MyGenericMenu extends EditorWindow { @MenuItem("Ga...
分类:
其他好文 时间:
2014-06-24 08:55:25
阅读次数:
179
新装了VMWare Player,结果装上Ubuntu12.04后安装软件都提示:Unable to locate package错误,解决方法非常简单,终端输入以下命令即可:[cpp] view plaincopysudoapt-getupdate 究其原因,应该是刚安装,软件源还来不及更新...
分类:
其他好文 时间:
2014-06-23 07:02:08
阅读次数:
137