- 博客(6)
- 资源 (2)
- 收藏
- 关注
转载 JS
setTimeout 定义和用法: setTimeout()方法用于在指定的毫秒数后调用函数或计算表达式。 语法: setTimeout(code,millisec) 参数: code (必需):要调用的函数后要执行的 JavaScript 代码串。 millisec(必需):在执行代码前需等待的毫秒数。 提
2016-09-06 16:37:52
178
原创 rpad lpad函数
rpad函数从右边对字符串使用指定的字符进行填充语法格式如下rpad(string,padded_length,[pad_string])string表示:被填充的字符串padded_length表示:字节的长度,是返回的字节长度的字符串,如果这个数量比原字符串的字节长度要短,rpad函数将会把字符串截取成从左到右的n个字符;如果正好是中文要被截断,那么这个
2016-09-06 16:25:16
506
转载 vsize的用法
vsize(some-expression)vsize is a function that returns the size of some-expression measured in bytes.some-expression can also be a column name.Size of a number:select vsize(3.141) from dual;
2016-09-06 16:18:44
1324
原创 myecilpse10 server出现错误
Could not create the view: An unexpected exception was thrown.只需要C:\Users\lenovo\Workspaces\MyEclipse 10\.metadata\.plugins\org.eclipse.core.runtime\.settings\com.genuitec.eclipse.ast.deploy.cor
2016-06-04 17:22:17
285
转载 获取url
HttpServletRequest httpRequest=(HttpServletRequest)request; String strBackUrl = "http://" + request.getServerName() //服务器地址 + ":" + reques
2016-05-29 13:10:57
290
原创 javaweb数据库的连接
//基于mysql的连接Connection conn; Statement smt; ResultSet rs; String url="jdbc:mysql://localhost:3306/pro?useUnicode=true&characterEncoding=UTF-8"; String user="root"; String
2016-05-17 17:04:52
291
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅