yyyyyyyyyyyyyyyyyyyy

博客园 首页 新随笔 联系 订阅 管理
上一页 1 ··· 62 63 64 65 66 67 68 69 70 ··· 367 下一页

2017年4月13日 #

摘要: 创业圈必备英语 这个全民创业的好时代,除了BAT,更有一批又一批年轻的startup涌现。今天我们就来学点儿实在的创业英语,也八八硅谷文化。 听众特惠:6个级别、近500节超实用课程帮你提高英语口语!请到openlanguage.com或下载OpenLanguage app免费试用!试用后想购买,只 阅读全文
posted @ 2017-04-13 17:39 xxxxxxxx1x2xxxxxxx 阅读(287) 评论(0) 推荐(0)

2017年4月12日 #

摘要: 全球最牛的100家AI创企:有多少独角兽? 自2012年以来,在共计263笔交易中筹集了38亿美元。那么,这100家顶尖AI公司主要集中在哪些方向?其中有多少家独角兽公司?中国企业表现如何呢? 全球最牛的100家AI创企:有多少独角兽? 自2012年以来,在共计263笔交易中筹集了38亿美元。那么, 阅读全文
posted @ 2017-04-12 22:11 xxxxxxxx1x2xxxxxxx 阅读(1182) 评论(0) 推荐(0)

摘要: Java中字符串为什么不以\0结尾 Java中字符串为什么不以\0结尾 其实这个问题没有什么好说的,Java里面一切都是对象,是对象的话,字符串肯定就有长度,即然有长度,编译器就可以确定要输出的字符个数,当然也就没有必要去浪费那1字节的空间用以标明字符串的结束了。 学过C/C++的人都有一种固定的思 阅读全文
posted @ 2017-04-12 17:23 xxxxxxxx1x2xxxxxxx 阅读(1128) 评论(0) 推荐(0)

摘要: 困扰我多年的Connection reset问题 困扰我多年的Connection reset问题 第一次出现:是thrift的python client去请求server,发现偶尔出现这个问题 第二次:接入第三方的api,去请求数据时,发现一个接入方的api第一次总是报这个错,当时又没有做处理,导 阅读全文
posted @ 2017-04-12 15:58 xxxxxxxx1x2xxxxxxx 阅读(762) 评论(0) 推荐(0)

摘要: Eclipse、MinGW、JNI编写C++生成dll, Java端调用的完整示例(附java.lang.UnsatisfiedLinkError解决方法) 问题背景:之前的JNI编程都是基于Android的NDK工具,生成so文件供android端调用,参见:http://blog.csdn.ne 阅读全文
posted @ 2017-04-12 14:14 xxxxxxxx1x2xxxxxxx 阅读(1039) 评论(0) 推荐(0)

摘要: 查询在record表中 name=? 的 money 加起来的值使用聚和函数 sum() 求和select sum(money) from record t where t.name = ?另外:count() 求记录数avg() 求平均值 mysql sum() 求和函数的用法 SUM函数的语法是 阅读全文
posted @ 2017-04-12 11:19 xxxxxxxx1x2xxxxxxx 阅读(1717) 评论(0) 推荐(0)

2017年4月11日 #

摘要: As the error message states, the case expressions must be constant. The compiler builds this as a very fast look-up table at compile time and it can't 阅读全文
posted @ 2017-04-11 17:42 xxxxxxxx1x2xxxxxxx 阅读(335) 评论(0) 推荐(0)

摘要: [python] view plain copy [python] view plain copy sql = "INSERT INTO test_c(id,name,sex)values(%s,%s,%s)" param = (1,'AJ','MAN') n = cursor.execute(sq 阅读全文
posted @ 2017-04-11 17:23 xxxxxxxx1x2xxxxxxx 阅读(1147) 评论(0) 推荐(0)

摘要: put this in your input tag 阅读全文
posted @ 2017-04-11 17:13 xxxxxxxx1x2xxxxxxx 阅读(935) 评论(0) 推荐(0)

摘要: urllib2.URLError: <urlopen error [Errno 104] Connection reset by peer> 阅读全文
posted @ 2017-04-11 17:13 xxxxxxxx1x2xxxxxxx 阅读(2446) 评论(0) 推荐(0)

上一页 1 ··· 62 63 64 65 66 67 68 69 70 ··· 367 下一页