While I was at GDC I had the pleasure of attending the Rendering with Conviction talk by Stephen Hill, one of the topics was so cool that I thought it ...
分类:
其他好文 时间:
2018-07-31 17:11:48
阅读次数:
164
Shell的展开 2018 5 30 Writen By Stephen.Yu 一、路径名展开 shell执行echo命令前,在命令行上自动展开任何符合条件的字符,例如这里, 被展开成当前的路径名。 类似的: 二、花括号展开 花括号展开可以用来创建多个文本字符串,例如: 花 ...
分类:
系统相关 时间:
2018-05-30 22:49:49
阅读次数:
241
C_局部变量&全局变量 2018 5 9 Writen By Stephen.Yu 定义 1. 局部变量:在函数中定义的变量 2. 全局变量:在所有函数体之外定义 定义(Definition):声明并分配内存;未分配内存则只是声明(declaration) 1. 某个函数中 ...
分类:
其他好文 时间:
2018-05-10 00:29:57
阅读次数:
144
原文地址 "MongoDB学习笔记(查询)" 基本查询: 构造查询数据。 多条件查询。下面的示例等同于SQL语句的where name = "stephen" and age = 35 返回指定的文档键值对。下面的示例将只是返回name和age键值对。 指定不返回的文档键值对。下面的示例将返回除na ...
分类:
数据库 时间:
2018-04-26 01:01:37
阅读次数:
245
用过的肯定知道, 的时间API真的是神器,极大的方便了在Java中对时间操作的过程。 JSR 310规范领导者Stephen Colebourne就是joda time作者,其主要思想也是借鉴了joda time,而不是直接把joda time移植到Java平台中,API是类似的,但做了改进,具体的 ...
分类:
编程语言 时间:
2018-03-10 19:32:55
阅读次数:
2890
1. 基本查询: 构造查询数据。 > db.test.findOne() { "_id" : ObjectId("4fd58ecbb9ac507e96276f1a"), "name" : "stephen", "age" : 35, "genda" : "male", "email" : "step ...
分类:
数据库 时间:
2018-03-08 17:21:38
阅读次数:
215
redis之旅: http://www.cnblogs.com/stephen-liu74/archive/2012/02/27/2370212.html ...
分类:
其他好文 时间:
2018-02-23 13:24:17
阅读次数:
107
Postgresql之旅: http://www.cnblogs.com/stephen-liu74/archive/2012/06/08/2315679.html postgresql逻辑结构+权限: https://yq.aliyun.com/articles/41210 ...
分类:
数据库 时间:
2018-02-23 13:19:57
阅读次数:
173
1. 基本查询: 构造查询数据。 > db.test.findOne() { "_id" : ObjectId("4fd58ecbb9ac507e96276f1a"), "name" : "stephen", "age" : 35, "genda" : "male", "email" : "step ...
分类:
数据库 时间:
2017-12-11 18:51:15
阅读次数:
164
1. 基本查询: 构造查询数据。 > db.test.findOne() { "_id" : ObjectId("4fd58ecbb9ac507e96276f1a"), "name" : "stephen", "age" : 35, "genda" : "male", "email" : "step ...
分类:
数据库 时间:
2017-12-10 21:37:35
阅读次数:
230