会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
不破不立
码农一枚
博客园
::
首页
::
博问
::
闪存
::
新随笔
::
联系
::
订阅
::
管理
::
2015年9月10日
转载的vim配置文件
摘要: 1 """""""""""""""""""""""""""""""""""""""""""""""""&quo
阅读全文
posted @ 2015-09-10 22:07 jackjoe
阅读(566)
评论(0)
推荐(0)
Boost::lexical_cast类型转换
摘要: 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
阅读(5094)
评论(0)
推荐(0)
Boost::split用法详解
摘要: 工程中使用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
阅读(9065)
评论(0)
推荐(0)
Boost::tokenizer详解
摘要: tokenizer 库提供预定义好的四个分词对象,其中char_delimiters_separator已弃用. 其他如下:1. char_separator char_separator有两个构造函数1 char_separator() 使用函数 std::isspace() 来识别被弃分...
阅读全文
posted @ 2015-09-10 11:13 jackjoe
阅读(1484)
评论(0)
推荐(0)
SQL中使用update inner join和delete inner join
摘要: 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
阅读(824)
评论(0)
推荐(0)
levels of contents