码迷,mamicode.com
首页 >  
搜索关键字:setting    ( 5158个结果
Mybatis 报无效的列类型 两种解决办法
最近忙,好久没来写博文了,惭愧。今天遇到如题的问题,就是在mybatis 插入oracle数据库空值的报的异常: ? org.springframework.jdbc.UncategorizedSQLException: Error setting null parameter. ?Most JDBC d...
分类:其他好文   时间:2015-08-20 17:07:32    阅读次数:111
Android在设置里面显示新属性的方法
1./usr/smdt/self6000/android/packages/apps/Settings/res/xml/device_info_settings.xml 中增加节点:         Preference android:key="build_number"                style="?android:preferenceInformationSt...
分类:移动开发   时间:2015-08-20 13:09:10    阅读次数:607
(转)Aspone.Cells设置Cell数据格式 Setting Display Formats of Numbers and Dates
Setting Display FormatsUsing Microsoft Excel:Right-click on any desired cell and selectFormat Cellsoption.A dialog appears that allows you to set the ...
分类:Web程序   时间:2015-08-20 12:42:44    阅读次数:212
idea下安装genymotion插件
1.点击setting,2.然后输入genymotion3.安装完成之后重启。4.在部署项目是选择USB device
分类:其他好文   时间:2015-08-19 23:02:05    阅读次数:107
poj 1087 A Plug for UNIX(字符串编号建图)
A Plug for UNIX Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 14862   Accepted: 5026 Description You are in charge of setting up the press room for the ina...
分类:其他好文   时间:2015-08-19 20:39:59    阅读次数:117
Notepad++中如何设置自动换行以及行宽
view-->word wrap;setting->preference-->vertical edge settings;Notepad++中如何设置自动换行以及行宽http://jingyan.baidu.com/article/6c67b1d68eddbc2787bb1e8c.html
分类:其他好文   时间:2015-08-19 10:54:41    阅读次数:211
黄聪:wp-setting.php文件详解
描述:用于设置公共变量、加载 WP 的程序和类库(存储 WP 函数、类和核心内容所在文件夹的位置)。用户无需修改此文件,但是可以通过修改 wp-config.php 文件来进行配置。定义 WPINC 常量,并引入初始化所需文件:WPINC/load.php,定义一组加载 WP 所需要的函数,无执行代...
分类:Web程序   时间:2015-08-19 00:29:22    阅读次数:148
Intellij IDEA+Tomcat+JRebel热部署
一、安装JRebel插件1. 在线安装打开设置File ->setting或者直接点设置的图标进入在线下载并安装2. 破解插件下载破解补丁具体要找到对应版本的,这边用的是6.2的破解版本(但实际安装的是6.2.2,照样可以使用)将破解版里面的jrebel.lic拷贝到C:\当前用户下\.jrebel...
分类:其他好文   时间:2015-08-18 13:58:29    阅读次数:285
Centos6.5 storm单机安装
Centos6.5 storm单机安装本篇幅讲述Twitter Storm安装配置,也作为自己的笔记。 storm的官方安装说明(e文):https://github.com/nathanmarz/storm/wiki/Setting-up-a-Storm-cluster storm的安装分为单机版和集群版,只是配置稍微有点区别,大致一样。 要使用storm首先要安装以下工具: python...
分类:其他好文   时间:2015-08-17 23:41:30    阅读次数:437
oracle里面的时间转字符串to_char(),字符串转时间to_date(),以及substr和instr的使用。
工作中编写过的一条语句select * from Bt_Holiday where to_char(Setting_DATE,'YYYY')=Substr('2015-03-00',1,4) AND to_char(Setting_DATE,'MM')=Substr('2015-03-...
分类:数据库   时间:2015-08-17 21:31:05    阅读次数:392
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!