1.字符集查看方式;2.服务端、客户端字符集设置;3.乱码分析;1.字符集查看方式:1.1 通过
nls_database_parameters 视图查询数据库字符集(数据来源于props$):1 SQL> select parameter,value
from nls_database_param...
分类:
数据库 时间:
2014-06-07 04:21:20
阅读次数:
327
public class ImgPathConvert : IValueConverter {
public object Convert(object value, Type targetType, object parameter,
CultureInfo cultu...
分类:
其他好文 时间:
2014-06-07 02:49:49
阅读次数:
186
案例:rename一个数据文件后做不完全恢复
SQL>startup mount; //启动到mount状态
SQL> show parameter control_files //查看控制文件的位置信息
NAME TYPE VALUE
-----------------------------...
分类:
数据库 时间:
2014-06-01 15:01:23
阅读次数:
321
string sqlStr = "update sys_case t set t.content
=:CONTENT,t.property=:PROPERTY where id=:ID"; OracleParameter[] parameterValue =
{ ...
分类:
数据库 时间:
2014-05-29 12:18:04
阅读次数:
283
1.getAttribute是取得jsp中 用setAttribute設定的attribute
2.parameter得到的是string;attribute得到的是object
3.request.getParameter()方法传递的数据,会从Web客户端传到Web服务器端,代表HTTP请求数据...
分类:
其他好文 时间:
2014-05-28 00:48:55
阅读次数:
292
to make tomcat to use javaw.exe instead of
java.exeusing some startup parameter or environment varibaleAt the bottom
ofsetclasspath.batset _RUNJAVA="%...
分类:
其他好文 时间:
2014-05-26 22:24:34
阅读次数:
415
-----015-parameter.php ----- 1 2 3 4 5 获取函数参数 6 7 8
获取函数参数 9 10 20 21 22
分类:
Web程序 时间:
2014-05-25 02:24:48
阅读次数:
247
然后就写完了哈哈哈哈哈哈哈哈哈哈哈怎么会这么简单的哈哈哈哈哈哈不行了……首先,申请权限:
然后,打开相机:Camera camera =
Camera.open();之后,准备好照相机:camera.startPreview();下一步,获取参数对象:Parameter...
分类:
其他好文 时间:
2014-05-22 15:51:40
阅读次数:
255
一、创建存储过程和函数1、创建存储过程的基本形式:create procedure
sp_name([proc_parameter[,…]])[characteristic…]routine_body例子:创建一个名为num_from_employee的存储过程delimiter
&&create ...
分类:
数据库 时间:
2014-05-21 22:33:24
阅读次数:
515
1. Post: http://localhost:11804/My/Commentfor
plain html parameter submission, like the GET in URL:Request Header:User-Agent:
FiddlerContent-Length: 3...
分类:
其他好文 时间:
2014-05-21 20:54:49
阅读次数:
346