(一)安装Linux进入安装界面时按ESCboot=linuxtext//安装时候输入\文本安装模式skip---ok---语言选择“ok”---ok---选择初始化所有“Re-initializeall”---选择"Asia/shanghai"ok---输入密码“ok”(如密码复杂度不够,提示请选择“UseAnyway”)---选择“Useentiredrive”然后“o..
分类:
系统相关 时间:
2016-07-08 20:11:29
阅读次数:
210
MongoDB Limit() 方法 如果你需要在MongoDB中读取指定数量的数据记录,可以使用MongoDB的Limit方法,limit()方法接受一个数字参数,该参数指定从MongoDB中读取的记录条数。 语法 limit()方法基本语法如下所示: >db.COLLECTION_NAME.fi ...
分类:
数据库 时间:
2016-07-08 19:42:46
阅读次数:
231
Async query and Save: You can take advantage of asynchronous execution of .Net 4.5 with Entity Framework. EF 6 has the ability to execute a query and ...
分类:
其他好文 时间:
2016-07-07 12:40:20
阅读次数:
246
LeetCode 第 292 题 (Nim Game)
You are playing the following Nim Game with your friend: There is a heap of stones on the table, each time one of you take turns to remove 1 to 3 stones. The one who remov...
分类:
其他好文 时间:
2016-07-06 15:15:23
阅读次数:
157
Skip to content PersonalOpen sourceBusinessExplore Sign upSign in PricingBlogSupport This repository </form> PersonalOpen sourceBusinessExplore Sign u ...
分类:
其他好文 时间:
2016-07-06 10:01:31
阅读次数:
322
Configure One-to-Many Relationship: Here, we will learn how to configure One-to-Many relationship between two entities in code-first. Take an example ...
分类:
其他好文 时间:
2016-07-05 18:52:32
阅读次数:
263
二,忘记本地root的登录密码解决过程:1、编辑/mysql/my.ini在[mysqld] 配置部分添加一行skip-grant-tables 2、保存后重启mysql[root@localhost etc]# service mysqld restartShutting down MySQL. ...
分类:
数据库 时间:
2016-07-05 15:29:06
阅读次数:
124
Most of the components that you write will be stateless, meaning that they take in props and return what you want to be displayed. In React 0.14, a si ...
分类:
其他好文 时间:
2016-07-05 06:25:33
阅读次数:
261
案例一:在M-S一主一从状态下,从库不小心写入,导致主从同步出现故障故障模拟:inslave:先创建一个数据库cratedatabasebuttongbu;inmaster同样创建数据库,cratedatabasebuttongbu;此时在从库查看inslaveshowslavestatus\G,发现error出现,错误代码1007解决方法:方法一:sto..
分类:
数据库 时间:
2016-07-03 23:43:42
阅读次数:
270
var http=require("http"); var message=[ "HelloWorld", "From a basic Node.js server", "Take Luck" ]; http.createServer((req,res)=>{ res.setHeader("Cont ...
分类:
Web程序 时间:
2016-07-02 18:55:29
阅读次数:
203