码迷,mamicode.com
首页 >  
搜索关键字:page    ( 13016个结果
SF :Salesforce中,Rights Management
Profiles:ProfileObject:Selectp.UserType,p.PermissionsViewContent,p.PermissionsViewAllUsers,p.PermissionsViewAllData,p.Name,p.Id,(SelectUsername,EmailFromUsers)FromProfilepApp、Object、Tab、Field、Page、Class...Team:AccountTeam:OpportunityTeam:Selecto.UserId..
分类:其他好文   时间:2014-09-10 02:46:20    阅读次数:209
SharePoint 2010 自定义基于SQL表单身份验证的登录页面
当为SharePoint 2010 WebApplication配置了以混合模式(FBA Authentication和Windows Authentication)登陆后,我们当然可以自定义登陆页面(Sign in Page)。一、登陆SharePoint 2010 Central Adminis...
分类:数据库   时间:2014-09-09 17:53:19    阅读次数:337
ASP.NET中请求响应编码的设置
1.全局配置 2.页面级的配置在aspx页面的Page指令中设置响应编码在aspx页面中手动指定meta标签在后台cs文件中配置Request.ContentEncoding = System.Text.Encoding.UTF8; //请求编码Response.ContentEncoding = ...
分类:Web程序   时间:2014-09-09 15:56:58    阅读次数:251
ASP .NET登录界面用户验证码代码
//ASP .NET用户登录界面经常用到验证码代码如下private void Page_Load(object sender, System.EventArgs e){// 在此处放置用户代码以初始化页面Label4.Text=RandomNum(4);}public string RandomN...
分类:Web程序   时间:2014-09-09 15:16:28    阅读次数:225
汉字转换成拼音-pinyin4j.jar的使用
package?com.mummy.page; import?net.sourceforge.pinyin4j.PinyinHelper; import?net.sourceforge.pinyin4j.format.HanyuPinyinCaseType; import?net.sourceforge.pinyin4j.format.HanyuPinyinOutputFormat...
分类:其他好文   时间:2014-09-09 13:53:58    阅读次数:170
WebView的使用总结
1)       添加权限:AndroidManifest.xml中必须使用许可"android.permission.INTERNET",否则会出Web page not available错误。 2)       在要Activity中生成一个WebView组件:WebView webView = new WebView(this);或者可以在activity的layout文件里添加webv...
分类:Web程序   时间:2014-09-09 12:57:58    阅读次数:236
【MongoDB】Download the mongoDB
First open the broswer and type the following url in the address bar.  http://www.mongodb.com/ then you will view the the next page. click the download mongodb button, and then regi...
分类:数据库   时间:2014-09-09 12:54:28    阅读次数:269
移动Web单页应用开发实践——页面结构化
1. 前言在开发面向现代智能手机的移动Web应用的时候,无法避免一个事实,就是需要开发单页应用(Single Page WebApp)。对于不同的系统需求,单页应用的粒度会不同,可能是整个系统都使用一个页面装载,也可能是按模块分为独立页面装载。在开发单页应用时第一个要处理的问题就是页面结构化,由于多...
分类:移动开发   时间:2014-09-09 12:22:08    阅读次数:237
一个ASP.NET中使用的MessageBox类
/// /// 自定义信息对话框 /// public class MessageBox { /// /// 定义一个web页面,用来显示用户自定错误提示信息 /// System.Web.UI.Page p; /// /// 实例时,参数为:this 如:MessageBox...
分类:Web程序   时间:2014-09-09 12:11:18    阅读次数:197
使用JS动态提交多行数据
先展示个效果图吧下面是源代码 1 2 6 7 8 9 10 "> 11 12 My JSP 'NewEquipmentEnter.jsp' starting page 13 14 15 16 17 ...
分类:Web程序   时间:2014-09-09 11:46:58    阅读次数:229
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!