加上winsock2的运行库看看吧,一般不用加的啊#pragmacomment(lib,"Ws2_32.lib")应该就没有问题了吧^_^以下为转载 http://blog.chinaunix.net/uid-20672257-id-2955771.html1、将过去的工程用VS2010打开的时候。...
分类:
其他好文 时间:
2014-08-01 04:33:31
阅读次数:
370
#!r6rs
( import ( rnrs base ( 6 ) )
( rnrs io simple ( 6 ) ) )
( define ( deriv exp var )
( define ( variable? x )
( symbol? x ) )
( define ( =number? exp num )...
分类:
其他好文 时间:
2014-08-01 02:28:20
阅读次数:
210
Mysql查看编码方式专题 一、 查看数据库的字符集 show variables like ‘character\_set\_%‘; 输出: +--------------------------+--------+ | Variable_name??????????? | Value? | +-------------...
分类:
数据库 时间:
2014-07-31 13:42:26
阅读次数:
239
主要是为了学习c++的类和对象内容摘自 c++概述http://see.xidian.edu.cn/cpp/biancheng/cpp/rumen_1/1,变量,C++中,我们可以在函数体内声明一个静态局部变量(Static Local Variable)。它在函数运行结束后不会消失,并且只有声明它...
分类:
编程语言 时间:
2014-07-30 23:23:45
阅读次数:
469
问题描述R cannot be resolved to a variable问题原因android:id="@+id/15" 定义id时命名不规范导致了编译错误,不能使用数字,须使用英文字母切记不能再犯。另外,可能导致R cannot be resolved to a variable的还有其他原因...
分类:
移动开发 时间:
2014-07-30 00:21:22
阅读次数:
278
function isString(variable) { return Object.prototype.toString.call(variable).indexOf('String') != -1;}function isNumeric(variable) { return !is...
分类:
其他好文 时间:
2014-07-29 21:33:52
阅读次数:
245
apache-tomcat-6.0.29,免安装的那种,解压缩就可用。但是启动的时候,tomcat一闪而过。在命令行中运行tomcat,会报the JAVA_HOME nor the JRE_HOME environment variable is defined 。问题原因:较新版本的JDK(例如...
分类:
其他好文 时间:
2014-07-29 21:02:52
阅读次数:
237
block变量上一篇 讲的是block静态变量的特性,这里我们来看一下_block变量。引用官方:You can specify that an imported variable be mutable—that is, read-write— by applying the__blockstora...
分类:
其他好文 时间:
2014-07-29 10:30:16
阅读次数:
287
上一篇讲的是block和截获变量的特性,这里我们来看一下_block变量。引用官方:You can specify that an imported variable be mutable—that is, read-write— by applying the__blockstorage type...
分类:
其他好文 时间:
2014-07-26 01:27:36
阅读次数:
239
单词 语法高亮显示 alt+shift+o①将局部变量转化为成员变量的快捷方式:将鼠标停在局部变量上,显示出conver local variable to field,点击后即可转为成员变量,非常方便。② 删除当前鼠标停留行:ctrl+D作用域功能快捷键全局查找并替换Ctrl+F文本编辑器查找上一...
分类:
系统相关 时间:
2014-07-26 00:24:46
阅读次数:
437