会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
liguangsunls
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
上一页
1
···
23
24
25
26
27
28
29
30
31
···
188
下一页
2017年8月2日
C++编译错误C2365
摘要: 曾经我们说重定义一般是函数或者变量的重定义。今天遇到了一个新类型的重定义errorC2365 #include <iostream> using namespace std; class Base { public: Base(void); ~Base(void); size_t size()con
阅读全文
posted @ 2017-08-02 21:02 liguangsunls
阅读(1197)
评论(0)
推荐(0)
编辑
c++学习笔记4,派生类的构造函数与析构函数的调用顺序(一)
摘要: 測试源代码: //測试派生类的构造函数的调用顺序何时调用 //Fedora20 gcc version=4.8.2 #include <iostream> using namespace std; class base { public: base() { cout<<"base created!"
阅读全文
posted @ 2017-08-02 21:00 liguangsunls
阅读(313)
评论(0)
推荐(0)
编辑
css3 jQuery实现3d搜索框+为空推断
摘要: <!DOCTYPE html> <html> <head> <title>css3实现3d搜索框</title> <style> body{background: #eee; font: 12px 'Lucida sans', Arial, Helvetica; color: #333; text-
阅读全文
posted @ 2017-08-02 19:02 liguangsunls
阅读(156)
评论(0)
推荐(0)
编辑
simple_pool对象池——优化<二>
摘要: 本文章由cartzhang编写。转载请注明出处。 所有权利保留。 文章链接:http://blog.csdn.net/cartzhang/article/details/55051570 作者:cartzhang simple pool 博客一的地址: http://blog.csdn.net/ca
阅读全文
posted @ 2017-08-02 18:40 liguangsunls
阅读(253)
评论(0)
推荐(0)
编辑
微信支付v3开发(6) 收货地址共享接口
摘要: 请看新版教程 微信支付开发(7) 收货地址共享接口V2本文介绍微信支付下的收货地址共享接口的开发过程。一. 简单介绍微信收货地址共享,是指用户在微信浏览器内打开网页,填写过地址后,兴许能够免填写支持高速选择。也可添加和编辑。此地址为用户属性。可在各商户的网页中共享使用。支持原生控件填写地址。地址数据
阅读全文
posted @ 2017-08-02 17:59 liguangsunls
阅读(303)
评论(0)
推荐(0)
编辑
一个简单的数据增量更新策略(Android / MongoDB / Django)
摘要: 我在做个人APP - CayKANJI - 的时候遇到一个问题: 如何增量式地把日语汉字数据地从server更新到APP端,即每次用户运行更新操作时,仅仅获取版本号高于本地缓存的内容。 数据格式 为了可以与mongoDB无缝结合,并省去编写后台代码的麻烦,索性就把汉字数据保存成json文件,上传到s
阅读全文
posted @ 2017-08-02 17:32 liguangsunls
阅读(653)
评论(0)
推荐(0)
编辑
cocos2dx 3.0rc怎样创建项目
摘要: 转自官网的文档。 How to Run cpp-tests on win32 In this article, I will show you how to run cpp-tests on your windows PC. Environmental Requirements Cocos2D-X
阅读全文
posted @ 2017-08-02 16:41 liguangsunls
阅读(181)
评论(0)
推荐(0)
编辑
NYOJ 613 免费馅饼
摘要: 免费馅饼 时间限制:1000 ms | 内存限制:65535 KB 难度:3 描写叙述都说天上不会掉馅饼,但有一天gameboy正走在回家的小径上,忽然天上掉下大把大把的馅饼。说来gameboy的人品实在是太好了,这馅饼别处都不 掉。就掉落在他身旁的10米范围内。馅饼假设掉在了地上当然就不能吃了,所
阅读全文
posted @ 2017-08-02 16:29 liguangsunls
阅读(188)
评论(0)
推荐(0)
编辑
NLP系列(5)_从朴素贝叶斯到N-gram语言模型
摘要: 作者: 龙心尘 && 寒小阳 时间:2016年2月。 出处: http://blog.csdn.net/longxinchen_ml/article/details/50646528 http://blog.csdn.net/han_xiaoyang/article/details/50646667
阅读全文
posted @ 2017-08-02 15:58 liguangsunls
阅读(589)
评论(0)
推荐(0)
编辑
Swift开发图解入门
摘要: 《论语·卫灵公》有一段经典对白:『子贡问为仁。子曰:工欲善其事,必先利其器。……』。对于一个程序猿来说,好的工具不意味着一定能产生优质的代码。可是好的工具对提升开发效率的作用还是不言而喻的。想要用Swift做iOS开发。唯一可选的利器就是Xcode6了,童鞋们可以从以下的站点获得Xcode6的下载链
阅读全文
posted @ 2017-08-02 14:24 liguangsunls
阅读(298)
评论(0)
推荐(0)
编辑
上一页
1
···
23
24
25
26
27
28
29
30
31
···
188
下一页