自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 资源 (2)
  • 收藏
  • 关注

原创 vncserver 黑屏

在SecureCRT中通过vncserver :3命令启动时会黑屏解决方法:直接在服务器本地运行vncserver :3

2015-04-27 10:50:03 1227

原创 samba使linux普通用户具有创建文件夹、读写文件的权限

[westlab]        comment = westlab data        path = /home/westlab        valid users = westlab        browseable = yes        #guest ok = no        writable = yes        #inherit permi

2015-04-21 10:08:19 4664

原创 sql语句忌用like

数据库:MariaDB,单表记录:>7900万语句1:select * from rgwsp_history where Station_Id_d = '58035' and BJTIME like '20140625%'               用时--4.976s语句2:select * from rgwsp_history where Station_Id_d =

2015-04-17 16:25:11 692

原创 case classes cannot have more than 22 parameters

在Scala 2.10中,case class 不能超过22个参数,而在Scala2.11中没有这个限制 。Error:(9, 12) Implementation restriction: case classes cannot have more than 22 parameters.case class Rgwsp(bjtime:String, station_id_d:In

2015-04-16 20:20:56 2776

The C Programming Lauguage(英文版).chm

本书由C语言之Brian W. Kernighan and Dennis M. Ritchie编写,内容是学习C语言的一门重要的书籍。该版本为英文版,适合具有一定英文水平的人阅读。与中文版比较,阅读此书更能体会大师的风范

2010-10-20

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除