1、存储过程示例:为指定的职工在原工资的基础上长10%的工资SQL> create or replace procedure raiseSalary(empid in number) as pSal emp.sal%type; begin select sal int...
分类:
其他好文 时间:
2014-07-03 10:47:30
阅读次数:
171
在安装Ecshop的时候,遇到两个问题: 1.Strict Standards: Non-static method cls_image::gd_version() should not be called statically inD:\X\www\ecshop\install\includes....
分类:
其他好文 时间:
2014-07-03 06:30:25
阅读次数:
221
1. Enable rsh on macos. 1). os version (10.0) Enabling the "Allow remote login" option turns on telnet, rlogin (remote login), and rsh (remote shell) ...
分类:
其他好文 时间:
2014-07-03 00:28:18
阅读次数:
436
在一些图片较多的页面上,如果图片都一起加载网页的速度会比较慢,而且也浪费流量。使用图片延时加载插件就解决这些问题。方法:引入jquery和插件文件图片代码设置js调用$("img.lazy").lazyload();Lazyload属性:threshold:值为number,图片离屏幕多少像素时开始...
分类:
Web程序 时间:
2014-07-02 22:45:42
阅读次数:
291
例如: 表User中有一个字段 salary Number(10,3),如果想把字段salary的类型提高精度到salary Number(10,6),保留六位小数,解决办法:1,ALTER TABEL USER MODIFY SALARY NUMBER(13,6);解释:number类型刚开始是,...
分类:
数据库 时间:
2014-07-02 22:02:59
阅读次数:
322
structDemo1# include # include enum EType{ One = 1,Tow,Three };struct S1{ int id ; char name [111]; long version ;};int main(void){ ET...
分类:
其他好文 时间:
2014-07-01 17:16:06
阅读次数:
151
daniel@daniel-mint ~/msf/metasploit-framework $ ruby msfpayload windows/exec CMD=calc.exe CWARNING: Nokogiri was built against LibXML version 2.8.0, b...
分类:
其他好文 时间:
2014-07-01 16:48:05
阅读次数:
267
# Sets the target folders and the final framework product.
FMK_NAME=HovnVoipEngine
FMK_VERSION=1.0
# Install dir will be the final output to the framework.
# The following line creat...
分类:
移动开发 时间:
2014-07-01 15:36:58
阅读次数:
265
ENTBOOST,VERSION 2014.180 Linux版本发布,主要增加企业IM应用集成功能,完善安卓SDK功能及部分BUG修正;
下一版本发布时间,7月15日,敬请关注!
ENTBOOST是跨平台、跨应用的实时通讯平台;恩布网络致力于帮助开发者、软件公司和企业,组建企业级的即时通讯平台和运营平台;提供跨终端、跨应用的实时消息互通开源解决方案;
恩布公司网站:ht...
呵呵,这个翻译还是很直白的嘛,大家意会就好。第一次看到这个高大上题目还是有点小害怕的,还好题没有做过深的文章。只要按照规则转化成十进制就好了,而且题目本身也说了最大不超过一个int的范围(2^31-1 ==2147483647)。直接位运算就好了。Skew BinaryWhen a number i...
分类:
其他好文 时间:
2014-07-01 10:13:16
阅读次数:
219