上一页 1 ··· 258 259 260 261 262 263 264 265 266 ··· 353 下一页
摘要: 今天遇到string字符编码的问题,由于遇到了用TTS将文本转语音的一个API,里面的中文必须是utf8的,我传了一个uncode编码的中文进去,就一直不能正常读出来。后来才发现是编码的问题。这里在网上找到两个API,可将string 传成utf8编码的string。挺好用的。 记录下来: std: 阅读全文
posted @ 2017-06-27 08:32 yfceshi 阅读(576) 评论(0) 推荐(0)
摘要: In the past four blogs, we attached importance to the index, including description and comparison with usage of index. Now in this blog, we will mainl 阅读全文
posted @ 2017-06-27 08:03 yfceshi 阅读(138) 评论(0) 推荐(0)
摘要: 一、測试环境 操作系统:ubuntu12.04 x86_64 dpdk版本号:1.6.0r2 虚拟机:vmware 10 网卡: Intel Corporation 82545EM Gigabit Ethernet Controller (Copper) (rev 01) 二、測试准备 利用vmwa 阅读全文
posted @ 2017-06-26 21:37 yfceshi 阅读(633) 评论(0) 推荐(0)
摘要: 本文參考:http://www.blogjava.net/bolo 部分自己补充,长期更新 MySQL的SQL语句写法,除了那些主要的之外,另一些也算比較经常使用的,这里记录下来,以便以后查找。 好记性不如烂笔头,这话说的太有道理了。一段时间不写它,还真easy忘记,本文仅仅是一篇笔记而已。 1.将 阅读全文
posted @ 2017-06-26 20:43 yfceshi 阅读(229) 评论(0) 推荐(0)
摘要: 无论从国土面积仍是从人口数量上来衡量。韩国都不能算是一个大国,而且自然资本十分缺乏,即是在这种情况下,韩国经过几十年的尽力开展变成技能大国,格外是在IT这种新经济范畴更是引人注目。并诞生了三星等国际级的跨国公司,取得这种成果,韩国人都做了什么? 政府主导 韩国是一个资本缺乏型的国家。仅仅要十分少的土 阅读全文
posted @ 2017-06-26 19:27 yfceshi 阅读(314) 评论(1) 推荐(0)
摘要: 看看我们机房某畸形写的题解:http://blog.csdn.net/sinat_27410769/article/details/46754209 此题为popoQQQ神犇所出,在此orz #include<cstdio> #include<cstring> #include<cmath> #de 阅读全文
posted @ 2017-06-26 18:37 yfceshi 阅读(295) 评论(0) 推荐(0)
摘要: 上一篇博文提到了二级下拉式菜单是用HTML和CSS实现的。我们这一篇来用JavaScript脚本实现下拉菜单的显 示和隐藏。使用 JavaScript方法实现我们须要用的知识有: 1)JS事件:onmouseover鼠标经过事件和onmouseout鼠标离开事件。 2)JS基础语法:使用functi 阅读全文
posted @ 2017-06-26 16:58 yfceshi 阅读(5778) 评论(0) 推荐(0)
摘要: /*先把数据依照打印格式打印到二维数组中,然后输出二维数组就可以 *时间复杂度 O(N*M) *空间复杂度O(N*M) */ #include<stdio.h> #include<string.h> #include<stdlib.h> int input(void); void contral(i 阅读全文
posted @ 2017-06-26 15:25 yfceshi 阅读(874) 评论(0) 推荐(0)
摘要: Given a string s, partition s such that every substring of the partition is a palindrome. Return the minimum cuts needed for a palindrome partitioning 阅读全文
posted @ 2017-06-26 14:28 yfceshi 阅读(110) 评论(0) 推荐(0)
摘要: 想要调试源码,还是要放到eclipse里面去。先生成eclipse项目,下载依赖包 victor@victor-ubuntu:~/software/incubator-spark-0.8.1-incubating$ mvn eclipse:eclipse [INFO] Scanning for pr 阅读全文
posted @ 2017-06-26 13:52 yfceshi 阅读(199) 评论(0) 推荐(0)
上一页 1 ··· 258 259 260 261 262 263 264 265 266 ··· 353 下一页