`
marc0658
  • 浏览: 77830 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论
文章列表
Oracle Database 10g Release 2 (10.2.0.1.0) Enterprise/Standard Edition for Microsoft Windows (32-bit) http://download.oracle.com/otn/nt/oracle10g/10201/10201_database_win32.ziphttp://download.oracle.com/otn/nt/oracle10g/10201/10201_client_win32.ziphttp://download.oracle.com/otn/nt/oracle10g/10201/1 ...
from http://blog.163.com/kangle0925@126/blog/static/277581982011117112119826/   有时候连得上数据库,有时候又连不上. 可能是数据库上当前的连接数目已经超过了它能够处理的最大值. select count(*) from v$process --当前的连接数select value from v$parameter where name = 'processes' --数据库允许的最大连接数修改最大连接数:alter system set processes = 300 scope = spfile;重启 ...
看看API,设置字体吧 /* 下面是设置曲线图图片乱码的部分代码,参考一下吧 */ chart = ChartFactory.createTimeSeriesChart(str, "time", "count", dataset, true, true, false); XYPlot localXYPlot = (XYPlot)chart.getPlot(); DateAxis localDateAxis = (DateAxis)localXYPlot.getDomainAxis(); ValueAxis numberaxis = l ...
from http://blog.sina.com.cn/s/blog_510fdc8b0100w23j.html 现在有两台电脑 A 和 B  ; 电脑 A 上有 Oracle11G服务端; ip地址 192.168.1.120; 端口1521 ;   电脑 A 本机连接数据库 正常,可以登录及操作等 ;     电脑 B 配置访问电脑 A 时报错:The Netwo ...
from http://www.2cto.com/os/201109/104129.html 在局域网中,希望从其他机器通过IP访问webserver.如果webserver 是xp系统,访问者也是xp系统,直接就可以访问了,但是有些系统是win7.这个时候80端口是被防火墙给阻止了,所以要在防火墙上重新设置规则,方法如下:To add a rule in the Windows Firewall for port 80, do the following: Go to the Control Panel and launch "Windows Firewall"G ...
from http://www.cnblogs.com/newdon318/archive/2012/03/23/2413340.html Win7下Eclipse中文字体太小 最近新装了Win7,打开eclipse3.7中文字体很小,简直难以辨认。在网上搜索发现这是由于Eclipse 3.7 用的字体是 Consolas,显示中文的时候默认太小了。   解决方式有两种:

oracle order by

转载自: http://blog.csdn.net/wh62592855/article/details/4813404  1、ORDER BY 中关于NULL的处理 缺省处理,Oracle在Order by 时认为null是最大值,所以如果是ASC升序则排在最后,DESC降序则排在最前。 当然,你也可以使用nulls first 或者nulls last 语法来控制NULL的位置。Nulls first和nulls last是Oracle Order by支持的语法如果Order by 中指定了表达式Nulls first则表示null值的记录将排在最前(不管是asc 还是 de ...
http://www.dwuser.com/easyrotator/wordpress/upload-limit/ Recommended Approach: Modify Existing or Create New php.ini File PHP installations use a special file called php.ini to specify configuration values.  If there is already a php.ini file in your site's root folder, edit that one.  Other ...
一直以来都很喜欢用windows的快捷键,但学电脑有五年了,一直都以为系统是没有窗口最大化的快捷的,最近才偶然发现...现在就把自己最常用的快捷键列出来吧...其它少用的就没有了,希望对新手有用. 重命名:F2关闭窗口:CTRL+F4窗口最大化:ALT+空格+X窗口最小化:ALT+空格+N显示桌面:WIN+M保存文件:CTRL+S查找窗口:CTRL+F锁定系统:WIN+L切换窗口:ALT+TAP ctrl+ESCCtrl+Shift+小键盘'+' 所有页面放大20% Ctrl+Shift+小键盘'-' 所有页面缩小20% 要纵向平铺两个窗口,先切换到第一个窗口,然后在按住 Ctrl 键 ...
win 本地开发环境   固定链接结构不选用默认   选用默认时前台打不开,原因没找到。待高手指导。   LoadModule rewrite_module modules/mod_rewrite.so       <Directory "D:/workspace">   .... AllowOverride All ...   </Directory>
转载:http://www.blogjava.net/i369/articles/194855.html Hibernate 参数设置一览表 属性名 用途 hibernate.dialect 一个Hibernate Dialect类名允许Hibernate针对特定的关系数据库生成优化的SQL. 取值 full.classname.of.Dialect hibernate.show_sql 输出所有SQL语句到控制台. 有一个另外的选择是把org.hibernate.SQL这个log category设为debug。 eg. true | false ...
转载:http://www.cnblogs.com/RobertLee/archive/2007/09/22/902539.html       以前碰到过这个问题,后来忘了>_< 这次正好同事遇到这个问题,记录一篇日志备忘。 问题很容易描述,就是在SQL语句中的字符串中出现了&符号,当执行的时候会被认为是参数需要传递,如update product set brand = 'D&G'; 解决办法是把语句改为:update product set brand = 'D' || '&' || 'G'; 或者是:update product ...
转载:http://www.cnblogs.com/JesseV/archive/2009/11/17/1605015.html   在项目中总会遇到一些关于加载的优先级问题,近期也同样遇到过类似的,所以自己查找资料总结了下,下面有些是转载其他人的,毕竟人家写的不错,自己也就不重复造轮子了,只是略加点了自己的修饰。         首先可以肯定的是,加载顺序与它们在 web.xml 文件中的先后顺序无关。即不会因为 filter 写在 listener 的前面而会先加载 filter。最终得出的结论是:listener -> filter -> servlet ...
警告: 编码 GBK 的不可映射字符"怎么处   打开eclipse,project -> Generate javadoc 一项一项的选你要输出javadoc的项目,在VM设置中加入以下代码           -encoding utf-8 -charset utf-8         javadoc 错误:“非法字符:\65279 ? ^” 解决方案: 方法1: 使用文本编辑器 EmEditor 打开,另存为时,编码下 取消选择“添加Unicode签名(G)(BOM)”,覆盖原文件 方法2: 使用文本编辑器 UltraEdit 打开,另存为时,格式选择 ...
setTimeout(function(){ $("#branch option[value='耒阳营业部']").attr("selected",true); },1);
Global site tag (gtag.js) - Google Analytics