I try the one of your approach, it works well
in my computer. Below is my code: public void AddContextMenu() { ContextMenu
mnuContextMenu = new Con...
分类:
其他好文 时间:
2014-05-26 00:36:55
阅读次数:
266
在Android开发export项目时发现有时会报错,内容如下:Problems were
encountered during export: Error exporting PalmIdentify/bin/jarlist.cache:
Resource is out of sync with ...
分类:
移动开发 时间:
2014-05-26 00:36:12
阅读次数:
437
1.打开读写SD卡的权限需要在AndroidManifest.xml加入如下代码:
第一种方法:public void saveBitmap(String bitName, Bitmap mBitmap) {File f = new
File("/sdcard/" + bitName + ".pn....
分类:
移动开发 时间:
2014-05-26 00:35:51
阅读次数:
369
一、通过相机选图片:布局文件:代码:package
uk.ac.essex.camerademo1;import java.io.File;import android.app.Activity;import
android.content.Intent;import android.graphic...
分类:
移动开发 时间:
2014-05-26 00:30:43
阅读次数:
389
今天在研究微信公众平台 自动接收发送消息的时候,在如下代码: public String
processRequest(HttpServletRequest request) { String respMessage = null; try {
System.err.println(inputStr...
分类:
微信 时间:
2014-05-25 23:47:40
阅读次数:
705
参考文章:http://blog.csdn.net/qyee16/article/details/6764753笔记本蓝屏,造成VMware非法关闭,开机重启VMware后,发现无法打开虚拟机了,报错如下:点击确定后,出现Internal
Error错误:解决办法很简单,打开任务管理器 --> 进程...
分类:
其他好文 时间:
2014-05-25 23:41:23
阅读次数:
411
先吐个槽,到目前为止接触的东西也就是些ado.net、select、delete、update、create、临时表的批量操作、及稍微复杂点的几个表之间查询再带几个excel导入导出然后会点前端的js、jquery等,所以在公司目前薪水并不高(能在广州生活下去吧,什么买车买房的想都别想),拿自己.....
分类:
其他好文 时间:
2014-05-25 23:36:30
阅读次数:
298
索引、实体化视图、簇、散列簇、序列、同义词1、创建表CREATE TABLE (
,……);CREATE GLOBAL TEMPORARY TABLE ( ,……) ON COMMIT DELETE ROWS TABLESPACE
;--创建事务级临时表,事务提交后删除临时表中数据CREATEGLO...
分类:
数据库 时间:
2014-05-25 23:25:14
阅读次数:
455
Methods to create a databaseWith DBCA, a
graphical toolWith Create Database Statement准备工作l Table和Index所需要的空间大小l 数据库文件的分布,
使用Oracle Managed Files and A...
分类:
数据库 时间:
2014-05-25 03:16:41
阅读次数:
344
-----024-file.php ----- 1 2 3 4 5 文件处理 6 7 8 文件处理 9
10 数组14 $str_zzz = file_get_contents($f_zzz); // 文件 => 字符串15 $arr_temp =
ex...
分类:
Web程序 时间:
2014-05-25 03:02:16
阅读次数:
374