1.安装mysql 在官网上安装,一步步无障碍安装(但根据后来文件入法导入/导出的经验,最好在安装前设置secure-file-priv为empty,5.7.6之后似乎就默认为NULL,而secure-file-prive为NULL的话,就不支持文件导入/出) 2.安装navicat premimu ...
分类:
数据库 时间:
2017-02-01 23:41:10
阅读次数:
10140
A group of cows grabbed a truck and ventured on an expedition deep into the jungle. Being rather poor drivers, the cows unfortunately managed to run o ...
分类:
其他好文 时间:
2017-02-01 18:07:55
阅读次数:
208
import java.util.Scanner;public class Thirtheen { /*输入某年某月某日,判断这一天是这一年的第几天?*/ public static void main(String[] args){ Scanner input=new Scanner(System ...
分类:
编程语言 时间:
2017-01-27 00:11:53
阅读次数:
216
import java.util.Scanner;public class Seventheen { /*企业发放的奖金根据利润提成。利润(I)低于或等于10万元时,奖金可提10%;利润高于10万元,低于20万元时,低于10万元的部分按10%提成,高于10万元的部分,可可提成7.5%;20万到40万 ...
分类:
编程语言 时间:
2017-01-27 00:08:51
阅读次数:
244
http://www.ohsdba.cn/index.php?g=Home&m=Article&a=show&id=171 时间: 2016-10-09 00:40:04 | 作者: ohsdba | English 如非注明,本站文章皆为原创。欢迎转载,转载时请注明出处和作者信息。 DTrace( ...
分类:
数据库 时间:
2017-01-26 16:27:37
阅读次数:
450
RabbitMQ队列 安装 http://www.rabbitmq.com/install-standalone-mac.html 安装python rabbitMQ module 1 2 3 4 5 6 7 pip install pika or easy_install pika or 源码 h ...
分类:
编程语言 时间:
2017-01-26 10:34:37
阅读次数:
333
题目描述: 实现 int sqrt(int x) 函数,计算并返回 x 的平方根。 样例 sqrt(3) = 1 sqrt(4) = 2 sqrt(5) = 2 sqrt(10) = 3 题解: 解法1: /// 解法1: O(sqrt(n)) class Solution { public: /* ...
分类:
其他好文 时间:
2017-01-25 23:09:30
阅读次数:
205
控制器中使用map模型数据,传送数据给视图。 控制器参考代码: 返回视图参考代码: 调用视图参考代码: ...
分类:
移动开发 时间:
2017-01-25 21:19:29
阅读次数:
319
这是一个Trie树标准模版 By Leo 本人版权,请勿抄袭!! 先看教程: 1. 什么是trie树 1. 什么是trie树 1.Trie树 (特例结构树) Trie树,又称单词查找树、字典树,是一种树形结构,是一种哈希树的变种,是一种用于快速检索的多叉树结构。典型应用是用于统计和排序大量的字符串( ...
分类:
其他好文 时间:
2017-01-25 17:42:10
阅读次数:
302
转载请注明出处:http://www.cnblogs.com/SSSR/p/6349298.html get和post参考:http://ju.outofmemory.cn/entry/96382 登录知乎:https://github.com/DeanThompson/zhihu-go 并发:ht ...
分类:
其他好文 时间:
2017-01-25 12:34:55
阅读次数:
365