码迷,mamicode.com
首页 >  
搜索关键字:protected internal    ( 7704个结果
ADO.NET连接数据库
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 如何渲染另一控制器中的视图。
(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
使用内部(com.android.internal)和隐藏(@hide)API[第2部分,定制android.jar]
本文翻译自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
使用内部(com.android.internal)和隐藏(@hide)API[第1部分,介绍]
本文翻译自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
android make
snoddnod自己添加类似与 snod 的命令 dnod,适用于 userdataimage.PHONY: userdataimage-nodeps dnoduserdataimage-nodeps dnod: | $(INTERNAL_USERIMAGES_DEPS) $(build-us...
分类:移动开发   时间:2014-05-08 17:49:37    阅读次数:299
sahrepoint 上次数据到文档库
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常见错误分析解决(一直更新) 你值得收藏-综合贴
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
十一周 项目2 职员有薪水了 扩展
#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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!