`
人帅刀猛
  • 浏览: 39506 次
  • 性别: Icon_minigender_1
  • 来自: 重庆
社区版块
存档分类
最新评论
文章列表
http://blog.csdn.net/pochuanpiao/archive/2011/04/28/6370573.aspx 目前学习到的android有三种方式弹出对话框: 1、AlertDialog     AlertDialog是非阻塞的,简单的记录一下创建的代码: AlertDialog.Builder builder; AlertDialog alertDialog; Context mContext = g ...
http://tech.chinaunix.net/a2011/0124/1153/000001153184.shtml 文章是在上面的网址找到的,但有小小的改动 1. 图片放在sdcard中,   Bitmap imageBitmap = BitmapFactory.decodeFile(path) (path 是图片的路径,跟目录是/sdcard)   2. 图片在项目的res文件夹下面   //得到application对象   ApplicationInfo appInfo = getApplicationInfo();   //得到该图片的id(name 是该图片的名字, ...
http://blog.csdn.net/gogogo520/archive/2005/10/10/498779.aspx [Q]如何实现行列转换[A]1、固定列数的行列转换如student subject grade---------------------------student1 语文 80student1 数学 70student1 英语 60student2 语文 90student2 数学 80student2 英语 100……转换为 语文 数学 英语student1 80 70 60student2 90 80 100……语句如下:select student,sum(deco ...
工作中碰到一条set define off语句不知道何意,google一下,发现如下解释:http://tag.csdn.net/Article/014564c7-41af-459b-bfd5-56addeab9bdc.html 在plsql里边执行:update userinfo set pageurl='myjsp?page=1&pagesize=10' where id='test'这条sql语句往数据库的pageurl字 ...
原文:http://hi.baidu.com/07remember/blog/item/0b6622fc7b87ba97b901a083.html sdcard中添加文件出现Failed to push the item(s) 2011-03-20 00:55 向sdcard中添加文件为什么总是提示Failed to push the item(s) Failed to push XXXXX.txt on emulator-     : Read-only file system解决:在启动模拟器的时候带着的参数中,模拟器镜像路径需是绝对路径:-sdcard E:\andro ...
机器上装了好几个版本的jdk,要用指定的jdk启动eclipse,只需修改eclipse.ini文件即可。 参考: -vmC:/jdk1.6.0_18/bin/javaw.exe   (//-- 注:放第一行)--launcher.XXMaxPermSize256m-vmargs-Xms128m-Xmx512m 其中红色的两行为指定的jdk启动地址,注意:javaw.exe使用的是bin里的。 运行eclipse时,报如下错误:Version 1.3.1_01 of the JVM is not suitable for this product.Version 1.5 or great ...
写了个存储过程,昨天还好好的,今天在java里调的时候忽然报错C aused by: java.sql.SQLException: ORA-06550: 第 1 行, 第 7 列: PLS-00201: 必须声明标识符 'P_TJ_CLJYJLTJ' ORA-06550: 第 1 行, 第 7 列: PL/SQL: Statement ignored 找了半天找不到原因,最后刷新发现这个存储过程被别人删掉了..重新加上就没事了。
Global site tag (gtag.js) - Google Analytics