题目描述: Grading hundreds of thousands of Graduate Entrance Exams is a hard work. It is even harder to design a process to make the results as fair as po...
分类:
其他好文 时间:
2014-07-19 19:09:03
阅读次数:
282
For android system, of course you can custom your own style and theme, but you can't break compatibility with AOSP.We should follow AOSP design, and d...
分类:
其他好文 时间:
2014-07-19 16:22:00
阅读次数:
231
近日将电脑重装了一下,刚刚装上vs2005后打开以前的一个项目,居然出现了下面的错误: 未能加载文件或程序集“System.Web.Extensions.Design, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad...
分类:
Web程序 时间:
2014-07-18 20:12:39
阅读次数:
237
Requirement-Driven Linux Shell ProgrammingRequirement-Driven Linux Shell ProgrammingTable of Contents1. Where can I find the basic Material about Linu...
分类:
系统相关 时间:
2014-07-18 16:19:12
阅读次数:
403
Therefore, a person who applies for a longer time than other bags? Other materials. In general, heavy canvas material is resistant to water and a grea...
分类:
其他好文 时间:
2014-07-18 15:05:26
阅读次数:
317
Chain of Responsibility in the Real WorldThe idea of the Chain Of Responsibility is that it avoids coupling the sender of the request to the receiver,...
分类:
其他好文 时间:
2014-07-18 08:36:38
阅读次数:
294
有些效果是用substance的材质,但是材质上的属性无法用平常的Material方法调用,需要ProceduralMaterial去调用,
using UnityEngine;
using System.Collections;
public class TestProceduralMaterial : MonoBehaviour {
public GameObject TestCube;...
分类:
其他好文 时间:
2014-07-17 21:08:23
阅读次数:
438
目录规范
目录规范——在开发中整体文件夹组织结构。
1.Requirement——需求文档文件夹
2.Design——设计文档文件夹
3.Test——集成测试,系统测试,测试报告,测试清单文件夹
4.Deployment——发布部署的文件夹
5.Study——预研,学习资料的文件夹
6.Src——源码文件夹
7.Help——帮助文档文件夹
基本命名规范
1.变量使用驼峰...
分类:
其他好文 时间:
2014-07-17 15:03:42
阅读次数:
270
步骤 1 : 假设窗体名为 Form1 ,将 Form1.design.cs , Form1.cs , Form1.resx 三个文件copy 到目标文件夹 2 : 先add existing ,将 Form1.design.cs添加进去 , 然后记得改 project namespace 3 .....
动态存储类
StrVec Class Design
StrVec Class Definition
class StrVec
{
public:
//构造函数
StrVec():elements(nullptr), first_free(nullptr), cap(nullptr){}
//用initializer_list初始化参数列表
StrVe...
分类:
其他好文 时间:
2014-07-17 10:22:21
阅读次数:
286