using System.Data;using System.Data.Sql;using
System.Data.SqlClient; protected void Page_Load(object sender, EventArgs e) {
SqlConn...
分类:
数据库 时间:
2014-05-09 04:01:32
阅读次数:
388
(Yii)使用renderPartial调用另外一个控制器的视图我们可以使用renderPartial访问存储在不同控制器的视图文件夹中的部分视图文件。在Yii1.1.3中,我们使用双斜线“//”,程序就会从视图文件夹开始搜索,例如:路径:protected/views/library/_book....
分类:
其他好文 时间:
2014-05-09 03:49:22
阅读次数:
275
package FormatData;import
java.text.DateFormat;import java.util.regex.Matcher;import
java.util.regex.Pattern;import com.sun.org.apache.xerces.internal...
分类:
其他好文 时间:
2014-05-09 00:05:49
阅读次数:
532
本文翻译自https://devmaze.wordpress.com/2011/01/18/using-com-android-internal-part-2-hacking-around/在前一篇文章中,我解释了为什么不通过反射机制,不太容易使用com.android.internal包的内部AP...
分类:
移动开发 时间:
2014-05-08 23:41:40
阅读次数:
584
本文翻译自http://devmaze.wordpress.com/2011/01/18/using-com-android-internal-part-1-introduction/#more-79Android有两类API在SDK中不能使用。第一类就是位于包com.android.interna...
分类:
移动开发 时间:
2014-05-08 23:05:26
阅读次数:
486
snoddnod自己添加类似与 snod 的命令 dnod,适用于
userdataimage.PHONY: userdataimage-nodeps dnoduserdataimage-nodeps dnod: |
$(INTERNAL_USERIMAGES_DEPS) $(build-us...
分类:
移动开发 时间:
2014-05-08 17:49:37
阅读次数:
299
sharepoint学习笔记汇总
http://blog.csdn.net/qq873113580/article/details/20390149
protected void Button1_Click(object sender, EventArgs e)
{
using (SPSite site = new SPSite("http:...
分类:
其他好文 时间:
2014-05-08 17:13:44
阅读次数:
254
IOS常见错误分析解决(一直更新) 你值得收藏 -来自收藏总结 综合了好多的常见错误
1:clang failed with exit code 254
2:Verify exit code of build task with internal identifier '**.png'
4: _OBJC_CLASS_$_UIMainKpiXML", referenced from:
5: for architecture armv7s
。。。。。。。。...
分类:
移动开发 时间:
2014-05-08 15:49:47
阅读次数:
527
#include
#include
using namespace std;
class CPerson
{
protected:
char *m_szName;
char *m_szId;
int m_nSex;//0:women,1:man
int m_nAge;
public:
CPerson(char *name,char *id,int sex,int age);
voi...
分类:
其他好文 时间:
2014-05-08 08:15:08
阅读次数:
250
后台: protected void ibtnRegedit_Click(object sender,
ImageClickEventArgs e) { if (!Page.IsValid || !CheckVCode()) retu...
分类:
其他好文 时间:
2014-05-08 00:44:32
阅读次数:
281