码迷,mamicode.com
首页 >  
搜索关键字:app id    ( 125413个结果
整数性质和精度测试
题目:http://acm.nefu.edu.cn/JudgeOnline/problemshow.php?problem_id=612 1 /*http://acm.nefu.edu.cn/JudgeOnline/problemshow.php?problem_id=612 2 关键是对数处理位数...
分类:其他好文   时间:2014-04-30 19:46:56    阅读次数:411
关于According to TLD or attribute directive in tag file, attribute value does not accept any expressions异常
在做项目时遇到了这个异常,网上一查才知道 JSTL core库的版本问题。 当我们在web.xml中使用: ..... 时 我们在jsp才用方式引入。 而当我们的web.xml是 或 则需要: 在jsp中用方式引入。 若若版本不对应在运行时可能...
分类:其他好文   时间:2014-04-30 19:40:13    阅读次数:443
Server.MapPath()
./当前目录/网站主目录../上层目录~/网站虚拟目录如果当前的网站目录为E:\wwwroot应用程序虚拟目录为E:\wwwroot\company浏览的页面路径为E:\wwwroot\company\news\show.asp在show.asp页面中使用Server.MapPath("./")返回...
分类:移动开发   时间:2014-04-30 19:34:51    阅读次数:400
jquery获得select option的值和对select option的操作
1、jQuery获取Select元素,并选择的Text和Value: 1. $("#select_id").change(function(){//code...}); //为Select添加事件,当选择其中一项时触发 2. var checkText=$("#select_id").find(.....
分类:Web程序   时间:2014-04-30 19:27:58    阅读次数:555
【转】vim格式化C代码
转自:http://blog.chinaunix.net/uid-24774106-id-3396220.html在自己的目录下编辑自己的.vimrc,vim ~/.vimrc添加下面的几行:: filetype indent onset etset ciset shiftwidth=4autocm...
分类:其他好文   时间:2014-04-30 18:26:50    阅读次数:526
存储过程被锁定无法编译
原因:存储过程执行过程中,关闭或者中断存储过程,重新编译是等待时间很长,无法删除解决:先查出被锁定存储过程的spidSELECTspidFROMV$DB_OBJECT_CACHEOC,V$OBJECT_DEPENDENCY OD,DBA_KGLLOCKW,V$SESSIONS,V$PROCESSPW...
分类:其他好文   时间:2014-04-30 17:54:21    阅读次数:343
17 对话框
package com.szy.dialogs;import android.app.Activity;import android.app.AlertDialog;import android.app.Dialog;import android.app.ProgressDialog;import ...
分类:其他好文   时间:2014-04-30 17:44:51    阅读次数:459
《Netty in action》目录修复版本分享
最近阅读了Netty in action一书。深感外国友人的书籍编写能力强大。作者由简入深。精简描述了Netty的相关知识,如何使用等等。本来想翻译一下的。尝试着翻译了一点之后。发现非常痛苦啊。ps.笔者英语不是很好。很多时候需要自己先把英文理解成中文然后再拼凑起来。写出来的中文译文感觉好奇怪。所以...
分类:Web程序   时间:2014-04-30 17:36:30    阅读次数:602
正则表达式
正则表达式是一种文本模式,包括普通字符(例如,a 到 z 之间的字母)和特殊字符(称为“元字符”)。模式描述在搜索文本时要匹配的一个或多个字符串。正则表达式实例:表达式匹配/^\s*$/匹配空行。/\d{2}-\d{5}/验证由两位数字、一个连字符再加 5 位数字组成的 ID 号。/]*)?>[\s...
分类:其他好文   时间:2014-04-30 17:12:06    阅读次数:383
WebMatrix Database.Open… Close() and Dispose()
ASP.NET Web Pages framework examples of the Database helper do not include calls to Close or Dispose because the framework itself is designed to call ...
分类:数据库   时间:2014-04-30 14:08:51    阅读次数:629
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!