其他
一、流的概念流简单说是建立在面向对象基础上的一种抽象的处理数据的工具,它定义了一些处理数据的基本操作,如读取数据,写入数据等,程序员只需掌握对流进行操作,而不用关心流的另一头数据的真正流向。其实,流就是把整个对象转化为一个一个单字节数据,然后形成数据流,其形同把固体石块打碎成一颗颗细小的沙子一样,最...
分类:其他 时间:2014-01-14 21:25:50 收藏:0 阅读:410
core文件输出:(gdb) bt#0 0x0000003143c0c69c in pthread_kill () from /lib64/libpthread.so.0#1 0x00000000006643f2 in handle_fatal_signal (sig=6) at xxxxx/sql...
分类:其他 时间:2014-01-14 21:25:44 收藏:0 阅读:858
By default, the kernel loader will load all driver executables and any global data that you may have defined in your driver into nonpaged memory. Ther...
分类:其他 时间:2014-01-14 21:25:41 收藏:0 阅读:553
当你看到VB、VFP等开发语言提供的强大的宏执行功能,是不是很羡慕呢?当你寻遍PB的帮助、关于PB开发的书籍或网站而不可得的时候,是不是感到有一丝的遗憾?如果你看到这篇文章,你应该感到振奋,因为你终于可以解决这个问题,而且解决问题的思路既是如此简单、代码既是如此简短。如果再加上你的智慧,应该比我的解...
分类:其他 时间:2014-01-14 21:25:32 收藏:0 阅读:533
// 求解关于x^2+y^2=z^2 其中x,y,z均为整数的问题#include#include#includeusing namespace std;int main(){ __int64 i,j,k,m; __int64 num=0; for(m=1;; m++) { for(i=1; i1?...
分类:其他 时间:2014-01-14 21:25:23 收藏:0 阅读:381
检测防火墙1.开启 /etc/init.d/iptables start2.查看状态 /etc/init.d/iptables status3.开启80端口(若没有开启,网络无法通过http访问本机)命令:①/sbin/iptables -I INPUT -p tcp --dport 80 -j A...
分类:其他 时间:2014-01-14 21:25:29 收藏:0 阅读:583
常量定义Public Const i as Integer = 1自定义类型Type mytype i as Integerb as Boolean s as Stringend Type错误处理①跳过出错语句,继续执行 On Error Resume Next处理代码 On Error Goto ...
分类:其他 时间:2014-01-14 21:25:20 收藏:0 阅读:535
当前页面urlYii::app()->request->url;跳转前一个页面url$this->redirect(Yii::app()->request->urlReferrer);根目录URLYii::app()->baseUrl或Yii::app()->request->baseUrl;自定义...
分类:其他 时间:2014-01-14 21:25:14 收藏:0 阅读:505
转自:http://www.roberthorvick.com/2009/07/08/syntax-highlighing-for-erlang-in-notepad/Syntax Highlighing for Erlang in NotePad++Update: The definition h...
分类:其他 时间:2014-01-14 21:25:08 收藏:0 阅读:617
1,账号验证失败;SAE建议使用新浪邮箱,于是我马上去注册了一个,但是使用邮箱服务的时候一直提示验证失败;原因是新浪邮箱的smtp服务必须手动开启,在邮箱设置里面开启就可以了;2,链接超时:开启smtp服务后使用新浪自带的邮箱api发送成功,使用django提示连接超时,原因是新浪给的案例中sett...
分类:其他 时间:2014-01-14 21:25:05 收藏:0 阅读:884
1166723166724166725166744
上一页1667435下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!