private void AddFileToDocumentLibrary(string documentLibraryUrl, string filename, byte[] file_bytes, string itemTitleText) { SPSecurity.Ru...
分类:
Web程序 时间:
2014-11-04 16:39:43
阅读次数:
156
突然心血来潮,想写点技术方面的东西,做了ios也有好几年了,就简单的写个ios开发的技术博客,希望有人能用得到。今天就先从创建一个Hellow World工程开始一:首先打开xcode然后单击Creat a new Xcode Project然后选择Single View Application,点...
分类:
移动开发 时间:
2014-11-04 16:38:54
阅读次数:
208
这一节的内容跟上一节的内容很像,甚至比上一节的内容更简单,因为只有一个checkbox。跟上一节相同的地方是,如果你不选择,那么$_POST里面就不会有这个checkbox的任何信息,连key都没有,所以我们要手动创建。即:(terms是checkbox的name值) if(!isset($_...
分类:
其他好文 时间:
2014-11-04 16:30:45
阅读次数:
207
Linux/drivers/usb/serial/ftdi_sio.h 1 /* 2 * Driver definitions for the FTDI USB Single Port Serial Converter - 3 * known as FTDI_SIO (Serial Inp...
分类:
Web程序 时间:
2014-11-04 14:32:29
阅读次数:
1426
160.解决安装sso报错:error20010.failedtoconfigurelookupservice问题故障状态安装vcentersinglesignon这个组件时,系统提示如下错误:Error20010.failedtoconfigurelookupservice故障分析这个问题一般都由ad、dns、时间等缘故导致;解决方案1、检查ad里的计算机名是否正常;2..
分类:
系统相关 时间:
2014-11-04 06:59:21
阅读次数:
428
Problem Description The digital root of a positive integer is found by summing the digits of the integer. If the resulting value is a single digit the...
分类:
其他好文 时间:
2014-11-03 22:07:53
阅读次数:
149
传送门Description The TV shows such as You Are the One has been very popular. In order to meet the need of boys who are still single, TJUT hold the show....
分类:
其他好文 时间:
2014-11-02 22:19:42
阅读次数:
169
好久不见了!我终于又写一篇日志了,本来有很多流水帐想发但是感觉没营养,就作罢了。
今天我主要分享一个简单的PHP爬虫框架,名字叫:Phpfetcher
项目的地址是:https://github.com/fanfank/phpfetcher
这个框架的作者是:reetsee.xu,即吹水。
把整个项目下载下来后,在Linux下的终端直接执行demo文件夹下的single_page.php即可看到效果。...
分类:
Web程序 时间:
2014-11-02 01:58:09
阅读次数:
358
ListView自身带了单选、多选模式,可通过listview.setChoiceMode来设置:
listview.setChoiceMode(ListView.CHOICE_MODE_MULTIPLE);//开启多选模式
listview.setChoiceMode(ListView.CHOICE_MODE_SINGLE);//开启单选模式
listview.setChoiceMod...
分类:
其他好文 时间:
2014-11-01 21:50:49
阅读次数:
407
面向对象的3个基本要素:封装、继承、多态面向对象的5个基本设计原则:单一职责原则(Single-Resposibility Principle) 其核心思想为:一个类,最好仅仅做一件事,仅仅有一个引起它的变化。单一职责原则能够看做是低耦合、高内聚在面向对象原则上的引申,将职责定义为引起变化的原因,以...
分类:
其他好文 时间:
2014-11-01 11:24:55
阅读次数:
191