`
cwd306972384
  • 浏览: 35229 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论
文章列表

mybatis jdbcType

    博客分类:
  • java
BIT         FLOAT      CHAR         
package com.smalt.thread; import java.io.InputStream; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.os.AsyncTask; import android.util.Log; import android.widget.ImageView; /** * 在 4.0系统中显示网络图片 * * @author Administrator * */ public class DownLoadImage extends A ...
在pom.xml执行:mvn eclipse:eclipse
我们通常见到的chm电子书文件是用系统自带的hh.exe来进行观看的,其实hh.exe也有一个命令可以将chm转换为html。hh命令如下: hh -decompile [html保存路径] [chm文件] 
查询用户表           select * from dbo.sysobjects where xtype = 'U' 查询表结构:           select a.name as colName,a.length,c.name as type,b.name as tableName from dbo.syscolumns as a inner join dbo.sysobjects as b on b.id = a.id inner join dbo.systypes as c on a.xtype = c.xtype where b.xtype = 'U'
<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">           <property name="locations">               <list>                   <value>classpath:config.properties</value>               </list>           </ ...

html5旋转例子

<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>HTML旋转例子</title> <style type="text/css"> body{background-color: #000000} div{ background-color: #F47F21; position:fixed; width: 250px; height: 30px; tex ...
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>HTML5圆角例子</title> <style type="text/css">     body{         background-color: #000000;     }     div{         width: 100px;         height: 100px;         margin: 5px; ...

ubuntu 查看chm文件

sudo apt-get install kchmviewer
1:在线安装mysql-server #yum -y install mysql-server 2:修改配置文件/etc/my.conf #vi /etc/my.conf 在old_passwords=1的后面添加: default-character-set=utf8 在文件的最后添加: [mysql] default-character-set=utf8 3:查看mysql是否已经启动 #/etc/rc.d/init.d/m ...

java shell 启动

    博客分类:
  • java
linux多个jar之间的使用冒号“:”作为分隔符的,而window下是用分号“;”   @echo off SETLOCAL ENABLEDELAYEDEXPANSION if "%JAVA_HOME%"=="" set JAVA_HOME=D:\tools\Java\jdk1.6.0_10 cd ../ set PROJECT_HOME=%cd% set MAINCLASS=com._8qiu.ServerStarter set CLASSPATH=%PROJECT_HOME%\config   for %%i in (%PROJE ...

response

    博客分类:
  • java
Response.ContentType 详细列表 不同的ContentType 会影响客户端所看到的效果.默认的ContentType为 text/html 也就是网页格式.代码如:<% response.ContentType ="text/html" %> <!--#i nclude virtual="/ContentType.html" -->显示的为网页,而<% response.ContentType ="text/plain" %> <!--#i nclude virtua ...

js date

    博客分类:
  • js
Date 对象用于处理日期和时间。创建 Date 对象的语法:var myDate=new Date()Date 对象会自动把当前日期和时间保存为其初始值。参数形式有以下5种:      new Date("month dd,yyyy hh:mm:ss");   new Date("month dd,yyyy");   new Date(yyyy,mth,dd,hh,mm,ss);   new Date(yyyy,mth,dd);   new Date(ms); 注意最后一种形式,参数表示的是需要创建的时间和GMT时间1970年1月1日之间相差的毫 ...

centos 开启vnc

1.查看本机是否有安装vnc(centOS5默认有安装vnc)   rpm -q vnc vnc-server   如果显示结果为:   package vnc is not installed  vnc-server-4.1.2-14.e15_3.1   那恭喜你,机器上已经安装了vnc,如果没有,就得自己安装了,这里不说怎么安 ...
在vmware中装好suse-10,启动suse后,进行以下步骤: 1:点击vmware工具中的 install vmware tool,此时会在桌面出现"VMware tools"的图标,双击进入 2:拷贝"VMwareTools-7.8.6-185404.tar.gz"(版本可能会不相同)到临时目录,如/home/temp 3:解压VMwareTools-7.8.6-185404.tar.gz      #tar -xzvf VMwareTools-7.8.6-185404.tar.gz 4:解压后,进入解压后的目录 5:运行vmware- ...
Global site tag (gtag.js) - Google Analytics