preface: 忙于近期的任务,须要用到libsvm的一些命令。如在终端执行java svm_train train_file model_file. pythonsubset.py file train_num train_file test_file等命令。但file的准备又是通过python ...
分类:
编程语言 时间:
2017-07-06 20:30:42
阅读次数:
235
$(function () { $('pre.prettyprint code').each(function () { var lines = $(this).text().split('\n').length; var $numbering = $('<ul/>').addClass('pre- ...
分类:
移动开发 时间:
2017-06-28 21:42:53
阅读次数:
177
preface: 近期帮师兄处理json文件,须要读到数据库里面,以备其兴许从数据库读取数据。数据是关于yelp站点里面的: https://github.com/Yelp/dataset-examples,http://www.yelp.com/dataset_challenge/. 涉及到一些j ...
分类:
数据库 时间:
2017-06-24 12:32:42
阅读次数:
766
运行力怎样提高 $(function () { $('pre.prettyprint code').each(function () { var lines = $(this).text().split('\n').length; var $numbering = $('<ul/>').addCla ...
分类:
其他好文 时间:
2017-06-16 13:28:31
阅读次数:
165
http://acm.sdibt.edu.cn/JudgeOnline/problem.php?id=2325 题目大意:(如题) 输入输出:(如题) 解题思路: 1.用打表法将每一个数N(1<=N<3500)中间“I”“V”“X”“L”“C”“D”“M”的个数统计出来,用一个二维数组cnt[350 ...
分类:
其他好文 时间:
2017-05-18 17:25:40
阅读次数:
111
I need to preface this by saying I'm also new to Linux, but I've got it working I think. The instructions you and I tried to follow aren't brilliantly ...
分类:
系统相关 时间:
2017-05-04 00:12:00
阅读次数:
1166
preface: 由于某些原因重装了系统,原来在ubuntu下安装的一些软件又要又一次安装。稍微麻烦,整理下须要安装的步骤。 # 1. Google浏览器: 參考linux公社给出的方法 在Ubuntu 14.04下安装Google Chrome浏览器很easy,仅仅要到Chrome的站点下载Deb ...
分类:
系统相关 时间:
2017-04-28 22:08:20
阅读次数:
280
转自《用户故事地图》Marty Cagan序 http://www.tup.tsinghua.edu.cn/booksCenter/preface.html?id=06102901 原作者:Ben Horowitz(本·霍罗威茨) 个人感觉这篇文章叫<好的团队和差的团队>更好 华丽的分割线,以下是正 ...
分类:
其他好文 时间:
2017-03-21 12:29:38
阅读次数:
148
原创作品,允许转载,转载时请务必以超链接形式标明文章 原始出处 、作者信息和本声明。否则将追究法律责任。http://liucw.blog.51cto.com/6751239/1221140 Preface Linux内核对网络驱动程序使用统一的接口,并且对于网络设备采用面向对象的思想设计。 Lin ...
分类:
系统相关 时间:
2017-02-21 13:42:49
阅读次数:
242
PostgreSQL Cheat Sheet CREATE DATABASE CREATE TABLE (with auto numbering integer id) Add a primary key Create an INDEX Backup a database (command line ...
分类:
数据库 时间:
2016-12-12 20:09:23
阅读次数:
216