it's been a long timewithout practicing~ almost everything about the C programming language.learn today: 1/ read the problem carefully. 2/no blank bet...
分类:
其他好文 时间:
2014-08-01 04:43:51
阅读次数:
251
客户反馈说点击页面报错,提示
Namespace declaration statement has to be the very first statement in the script
提示位置是:Home\Controller\CatController.class.php
估计是文件有BOM的问题,由于是团队开发,新手直接在目录下建立txt文件,然后改为php或HTML,从而导致出...
分类:
其他好文 时间:
2014-07-31 21:04:17
阅读次数:
236
1 package first; 2 3 public class Employee { 4 private String fName, lName; 5 private long _ID; 6 private int workdays; 7 private fl...
分类:
编程语言 时间:
2014-07-31 20:39:07
阅读次数:
302
Site9527EntitiesDataContext (重要的类):连接实体与网站List操作SPContext.Current.Web.Url:获取当前操作的页面FirstOrDefault:使用时一定要先引用(Using System.Linq;)dataContext.SubmitChang...
分类:
其他好文 时间:
2014-07-31 19:57:37
阅读次数:
261
定义 CheckboxGroupvar myCheckboxGroup=new Ext.form.CheckboxGroup({ xtype="checkboxgroup", column:4, items:[{ boxLabel:'第一个', name:'first', i...
分类:
其他好文 时间:
2014-07-31 16:52:16
阅读次数:
178
介绍了Code First, Database First, Same Time三种模型类与数据库对应方式的区别
分类:
数据库 时间:
2014-07-31 16:31:36
阅读次数:
286
1 package first; 2 3 public class TestArgs { 4 5 public static void main(String[] args) { 6 if (args.length != 2) { 7 Syste...
分类:
其他好文 时间:
2014-07-31 16:15:16
阅读次数:
149
我想谈谈 我对于Head First SQL 中文版的一些看法事实上关于我翻译的这个Head First SQL 中文版。。我自觉得:的确翻译得非常烂。。和翻译Head First C#的飞哥相比,的确是要差了几个等级。。。可是要知道。。。飞哥是过了六级。。。550多分。。。口语A级的鸟人的嘛。。我...
分类:
数据库 时间:
2014-07-31 15:59:16
阅读次数:
266
No BrainerTime Limit: 1000MSMemory Limit: 30000KTotal Submissions: 25329Accepted: 16554DescriptionZombies love to eat brains. Yum.InputThe first line ...
分类:
其他好文 时间:
2014-07-31 12:29:36
阅读次数:
188
Description
The Fibonacci sequence is the sequence of numbers such that every element is equal to the sum of the two previous elements, except for the first two elements f0 and f1 which are respect...
分类:
其他好文 时间:
2014-07-31 00:08:05
阅读次数:
281