首先,一本好书:http://git-scm.com/book/zh/v1,据说看了前4章这本书就会用github大部分功能了然后进入主题原文地址:http://www.ruanyifeng.com/blog/2012/08/blogging_with_jekyll.html搭建一个免费的,无限流量...
分类:
其他好文 时间:
2015-06-20 16:52:11
阅读次数:
131
book.Sheets[1].UsedRange.Rows.Count 行数从1开始book.Sheets[1].UsedRange.LastCol 从0开始book.Sheets[1].Cells.Item[1, ICol] 这个行列都是从1 开始的
分类:
其他好文 时间:
2015-06-20 06:58:42
阅读次数:
129
Pass { CGPROGRAM// Upgrade NOTE: excluded shader from OpenGL ES 2.0 because it does not contain a surface program or both vertex and...
分类:
编程语言 时间:
2015-06-19 16:38:48
阅读次数:
675
1.建立一个javaBean Book
package cn.itheima.domain;
import java.io.Serializable;
public class Book implements Serializable{
private String id;
private String name;
private String description;
privat...
分类:
其他好文 时间:
2015-06-19 15:26:51
阅读次数:
214
(计算光照的时候,从两点出发考虑,光的传播方向,以及光的在这个方向上的能量。) 光与表面交互的模型包含两类:和物体表面(surface)以及和物体的内部(body)。而subsurface指的是在物体内部(body)进行第二次反射和折射。 和物体表面的只有反射和折射,没有能量损失。fresn...
分类:
其他好文 时间:
2015-06-18 23:56:51
阅读次数:
456
>>>?import?xlrd
>>>?book?=?xlrd.open_workbook("/Users/ya/Downloads/1.xls")??//打开文件
>>>?table?=?data.sheets()[0]????????????????????????????????//读取第...
分类:
其他好文 时间:
2015-06-18 13:47:04
阅读次数:
112
void export(){ SysExcelApplication excel; SysExcelWorkbooks books; SysExcelWorkbook book; SysExcelWorksheets sheets; SysExcelWork...
分类:
其他好文 时间:
2015-06-18 10:57:53
阅读次数:
376
Two month fan of the book, from August - Oct. 2014; and then, started to practice code review, change the code to make it readable. Big fan of DRY (Do...
分类:
其他好文 时间:
2015-06-18 09:20:41
阅读次数:
127
@book.book_namequery += @"AND (gn.gn_artist_genre1 =" + genre.ToString() public static Book GetBookDetail(Models.BookModel model) { using (Models.BSOE...
分类:
其他好文 时间:
2015-06-16 18:53:11
阅读次数:
122
Method 1:From book select greatest(@found := -1, user_id) as user_id, 'user' as which_tbl from user where user_id = 1union allselect user_id as user.....
分类:
数据库 时间:
2015-06-15 18:12:43
阅读次数:
130