码迷,mamicode.com
首页 >  
搜索关键字:external links module 友情链接模块    ( 13659个结果
高速实时以太网----Kithara RTS
High speed Ethernet: The Packet Module翻译注:本文主要讲述了如何使Kithara RTS操作以太网数据收发,Packet模块是krts提供的用于直接操作以太网的模块,使用该模块无需开发网卡驱动即可操作网卡收发数据,可以适用于大多数网卡,如intel,realte...
分类:其他好文   时间:2014-06-16 08:54:56    阅读次数:503
appserv 设置虚拟路径httpd.conf的配置
总结1打开appserv的安装目录,找到httpd.conf文件,分别去掉下面两行文字前面的#号。 #LoadModule vhost_alias_module modules/mod_vhost_alias.so 去掉#意思是启用apache的虚拟主机功能。2#Include conf/ex...
分类:移动开发   时间:2014-06-16 00:19:32    阅读次数:422
加载器中的预编
if (_type == "js") {//js预编译 var _script = "_define(function(exports,module){\n"; _script += "var $parent = \""...
分类:其他好文   时间:2014-06-15 23:52:57    阅读次数:310
crontab常见错误(执行python脚本 no module)
在crontab定时执行python脚本,在shell下没有问题,在crontab中报no module,找不到安装的库。1 crond服务未启动crontab不是Linux内核的功能,而是依赖一个crond服务,这个服务可以启动当然也可以停止。如果停止了就无法执行任何定时任务了,解决的方法是打开它...
分类:编程语言   时间:2014-06-15 22:17:58    阅读次数:423
axis2开发webservice之编写Axis2模块(Module)
axis2中的模块化开发,可以让开发人员自由的添加自己所需的模块,提高开发效率,降低开发的难度。 Axis2可以通过模块(Module)进行扩展。Axis2模块至少需要有两个类,这两个类分别实现了Module和Handler接口。开发和使用一个Axis2模块的步骤如下: 1. 编写实现Module接口的类。Axis2模块在进行初始化、销毁等动作时会调用该类中相应的方法)。 2. ...
分类:Web程序   时间:2014-06-15 19:06:14    阅读次数:377
newton's three laws of motion(牛顿三大运动定律)
1、Every object in a state of uniform motion tends to remain in that state of motion unless an external force is applied to it.无外力的作用下,物体静态 2.The relationship between an object's mass m,it's accelerat...
分类:其他好文   时间:2014-06-15 16:46:22    阅读次数:304
Perl如何安装新模块/包
今天写Perl程序时需要调用到Tk模块,但是我机器上却没有T T...
分类:其他好文   时间:2014-06-15 10:23:46    阅读次数:538
dbms_tdb包解析
The procedure or function in this packagechecks if a database is ready to betransported to a target platform.and if a database has external tables,dir...
分类:数据库   时间:2014-06-15 00:38:40    阅读次数:412
myeclipse6.0下载及注冊码
myeclipse6.0 下载地址。官方下载地址: http://www.myeclipseide.com/module-htmlpages-display-pid-4.html本地快速下载地址: http://www.rosebush.cn/blog/html/23/t-7423.html htt...
分类:系统相关   时间:2014-06-14 19:42:12    阅读次数:313
unresolved external symbol __DllMainCRTStartup@12
使用VC2010创建DLL文件,编译后提示错error LNK2001: unresolved external symbol __DllMainCRTStartup@12解决的办法:Linker->Input->Additional Dependencies:Debug:加入 msvcrtd.li...
分类:其他好文   时间:2014-06-13 19:32:13    阅读次数:365
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!