不破不立

码农一枚

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2015年9月10日

摘要: 1 """""""""""""""""""""""""""""""""""""""""""""""""&quo 阅读全文
posted @ 2015-09-10 22:07 jackjoe 阅读(553) 评论(0) 推荐(0) 编辑

摘要: 1、字符串->数值C++代码 1 #include 2 #include 3 int main() 4 { 5 using boost::lexical_cast; 6 int a = lexical_cast("123"); 7 double b = lex... 阅读全文
posted @ 2015-09-10 17:48 jackjoe 阅读(5027) 评论(0) 推荐(0) 编辑

摘要: 工程中使用boost库:(设定vs2010环境)在Library files加上 D:\boost\boost_1_46_0\bin\vc10\lib在Include files加上 D:\boost\boost_1_46_0 1 // boostTest.cpp : 定义控制台应用程序的入口点。 ... 阅读全文
posted @ 2015-09-10 14:42 jackjoe 阅读(8974) 评论(0) 推荐(0) 编辑

摘要: tokenizer 库提供预定义好的四个分词对象,其中char_delimiters_separator已弃用. 其他如下:1. char_separator char_separator有两个构造函数1 char_separator() 使用函数 std::isspace() 来识别被弃分... 阅读全文
posted @ 2015-09-10 11:13 jackjoe 阅读(1414) 评论(0) 推荐(0) 编辑

摘要: update的格式是update t1 set t1.name=’Liu’ from t1 inner join t2 on t1.id = t2.tiddelete 语句也是类似delete from t1 from t1 inner join t2 on t1.id = t2.tid 阅读全文
posted @ 2015-09-10 10:29 jackjoe 阅读(807) 评论(0) 推荐(0) 编辑

levels of contents