今天花了一天时间,到网易云课堂上听了苏勇老师的Linux入门基础前12节,苏勇老师讲得真不错,下面记录并总结下这12节的大概内部,一方面加印象,另一方面方便以后查找。 课时1:Linux系统安装。 选择磁盘分区操作类型,强烈不建议选择Use All space(删除所有内容,自动创建区分分区,小白适 ...
分类:
系统相关 时间:
2016-03-27 01:32:56
阅读次数:
263
1.Question Description : when you use @Transactional annotation and @RequiresPermissions annotation (about shiro) together, you will find the @Require ...
分类:
编程语言 时间:
2016-03-26 14:09:48
阅读次数:
201
mysql -h localhost(or ID) -u root -p show databases; create database <数据库名>; drop database <数据库名>; use pythontest; describe tb01; create table tb01(id ...
分类:
数据库 时间:
2016-03-26 13:56:03
阅读次数:
170
??
一、
Android Studio关联配置SVN很简单,在Settings里面,找到Version Control->Subversion;在这个页面的控制面板中的General中将Use command line client打勾勾选上,然后浏览本地的SVN安装目录,选到"\svn.exe"即可;
在Use command line client下面还有一个Use...
分类:
移动开发 时间:
2016-03-26 07:02:54
阅读次数:
241
2016-03-24 16:12:53,172 INFO [org.ovirt.engine.core.bll.aaa.LoginUserCommand] (http--0.0.0.0-8080-2) Running command: LoginUserCommand internal: false.
2016-03-24 16:12:53,180 INFO [org.ovirt.engine...
分类:
其他好文 时间:
2016-03-26 06:58:41
阅读次数:
263
USE [Ecological]GO/****** Object: StoredProcedure [dbo].[SP_Ecological] Script Date: 2016/3/24 15:02:15 ******/SET ANSI_NULLS ONGOSET QUOTED_IDENTIFIE ...
分类:
数据库 时间:
2016-03-24 16:28:04
阅读次数:
189
1. 文件操作1.1 打开关闭文件
fopen()resource fopen ( string filename, string mode [, bool use_include_path [, resource zcontext]] )?fopen()函数将resource绑定到一个流或句柄。绑定之后,脚本就可以通过句柄与此资源交互;例1:以只读方式打开一个位于本地服务器的文本文件$fh = f...
分类:
数据库 时间:
2016-03-24 10:22:45
阅读次数:
221
ReplicaSet+Sharding部署:http://blog.csdn.net/lichangzai/article/details/50927588MongoDB分片测试1. 连接到mongos可查看系统相关信息configsvr> show dbs configsvr> use config configsvr> show collections onfigsvr> db.mongo...
分类:
数据库 时间:
2016-03-23 22:25:26
阅读次数:
515
本篇文章由:http://xinpure.com/use-padding-instead-of-highly-adaptive-background-image-height-proportionately/高度百分比将高度设置成百分比时,其高度是基于父元素来定的,设置成50%,就是将该元素高度设置...
分类:
其他好文 时间:
2016-03-23 13:12:22
阅读次数:
218