上一页 1 2 3 4 5 6 7 8 ··· 15 下一页
摘要: 前台代码:<asp:HiddenField runat="server" ID="descing" /> <asp:HiddenField runat="server" ID="dt" /> <asp:Button runat="server" ID="sortbtn" onclick="lvVehicle_PagePropertiesChanged" style="display:none;" /> 阅读全文
posted @ 2013-04-26 15:44 Uoolo 阅读(1223) 评论(0) 推荐(0) 编辑
摘要: <div style="margin-top: auto; text-align: center;" id="buttondiv"> <object id="wb" height="0" width="0" classid="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2" name="wb"> </object> <input class="btb" on 阅读全文
posted @ 2013-04-10 17:44 Uoolo 阅读(244) 评论(0) 推荐(0) 编辑
摘要: this.requestWindowFeature(Window.FEATURE_NO_TITLE); super.onCreate(savedInstanceState); setContentView(R.layout.activity_m2); webview = new WebView(this); webview.getSettings().setUseWideViewPort(true); webview.getSettings().setLoadWit... 阅读全文
posted @ 2013-04-09 15:51 Uoolo 阅读(308) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// MD5加密 /// </summary> /// <param name="strSource">需要加密的明文</param> /// <returns>返回32位加密结果</returns> public static string Get_MD5(string strSource, string sEncode) { //new System.Security.Cryptography.MD5 md5 = new Syste... 阅读全文
posted @ 2013-04-08 11:41 Uoolo 阅读(3861) 评论(0) 推荐(0) 编辑
摘要: 1.用来对上一个页面刷新 Response.Write("<script>window.parent.document.getElementById('form1').submit();</script>"); 2.css一张图多个图标的定位 .icon{ background:url(/JsE 阅读全文_
__
_
_
posted @ 2013-04-02 10:25_Uoolo_阅读(316) 评论(0) 推荐(0) 编辑
摘要: 最近要将手机版的网站封装到apk中,找到了这篇文章,参考下:作为下一代的网页语言,HTML5拥有很多让人期待已久的新特性。HTML5的优势之一在于能够实现跨平台游戏编码移植,现在已经有很多公司在移动设备上使用HTML5技术。随着HTML5跨平台支持的不断增强和智能手机的迅速普,HTML5技术有着非常好的发展前景,甚至有人预言HTML5将引燃移动平台游戏开发技术的新革命。越来越多的开发者热衷于使用html5+JavaScript开发移动Web App。不过,HTML5 Web APP的出现能否在未来取代移动应用,就目前来说,还是个未知数。a56爆大奖在线娱乐面,用户在使用习惯上,不喜欢在浏览器上输入复杂的网址; 阅读全文
posted @ 2013-03-22 17:23 Uoolo 阅读(1973) 评论(0) 推荐(1) 编辑
摘要: xml代码:<Button android:id="@+id/button5" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/fullscreen" android:onClick="changescreen"/>java代码:private static boolean isfull=true; //全屏设置和退出全屏 private vo 阅读全文
posted @ 2013-03-20 17:50 Uoolo 阅读(912) 评论(0) 推荐(1) 编辑
摘要: 贴代码:public void exitclick(View view) { AlertDialog.Builder aa=new AlertDialog.Builder(this); aa.setTitle("消息提示"); aa.setMessage("确认退出?"); aa.setIcon(R.drawable.icon); aa.setPositiveButton("确定",new DialogInterface.OnClickListener() { @Ove... 阅读全文
posted @ 2013-03-20 16:19 Uoolo 阅读(1018) 评论(2) 推荐(0) 编辑
摘要: 1.AndroidManifest.xml文件解析:http://www.cnblogs.com/pilang/archive/2011/04/20/2022932.html2.AlertDialogDialog alertDialog = new AlertDialog.Builder(this). setTitle("对话框的标题"). setMessage("对话框的内容"). setIcon(R.drawable.icon). create(); alertD... 阅读全文
posted @ 2013-03-20 15:13 Uoolo 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 对androidmanifest.xml进行配置即可:<supports-screens android:resizeable="true" />附:<supports-screensandroid:resizeable=["true"|"false"] android:smallScreens=["true" | "false"] android:normalScreens=["true" | "false"] android:larg 阅读全文
posted @ 2013-03-20 15:01 Uoolo 阅读(602) 评论(2) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 15 下一页