背景 代码 先上布局文件:
这里没有TextView,我最后是将路径以System.out.println方式输出的。初始化:button =
(Button)findViewById(R.id.button); pic = (ImageView) findViewByI...
分类:
移动开发 时间:
2014-05-17 01:44:20
阅读次数:
749
1 using System; 2 using System.Diagnostics; 3
using System.Threading; 4 using System.Windows.Forms; 5 using UtilityClass; 6 7
namespace Program 8 { .....
分类:
其他好文 时间:
2014-05-17 01:03:00
阅读次数:
311
如题,出现白屏的问题
在Application_UnhandledException函数内,跟踪异常e的提示信息,可以了解到如下信息:at
System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary() ...
分类:
Web程序 时间:
2014-05-17 00:56:47
阅读次数:
582
1 using System; 2 using
System.Collections.Generic; 3 using System.Text; 4 using System.IO; 5 using
System.Diagnostics; 6 7 namespace Utility...
分类:
其他好文 时间:
2014-05-17 00:50:37
阅读次数:
249
using System; using System.Collections.Generic;
using System.Data; using System.Data.Common; using System.Reflection; /// ///
实体阅读器类,可以从DataTa...
分类:
其他好文 时间:
2014-05-17 00:20:57
阅读次数:
341
我们有一个软件系统,必须要依赖远程桌面来安装与运行的。可是怎么检测远程桌面是否已经开放并且在运行呢?有一个注册表项HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal
Server\fDenyTSConnections如果是1表示禁...
分类:
其他好文 时间:
2014-05-16 22:56:42
阅读次数:
326
命名空间:System.Diagnostics
以前在word的时候,经常碰到word进程产生一大堆,怕关错了,把用户自己打开的word也关闭,一直搞忽悠,今天上网花了10块钱,下了个文件,给我了一点启发,总于可以实现只关闭程序中打开的,,,我自己测试了,是可以实现的,各位也可以copy去试试,.....
分类:
其他好文 时间:
2014-05-16 22:55:43
阅读次数:
301
linux 支持的语言列表配置文件
/usr/share/system-config-language/locale-list;系统配置工具基于图形及命令行文本格式
system-config-language;kickstart文件里的%packages 部分列出所支持的语言的支持软件包组;%p....
分类:
其他好文 时间:
2014-05-16 20:28:27
阅读次数:
272
昨天晚上花了几个小时,终于把这个题目给实现了。后面再优化。今天先贴出来晒晒。据说是浙江大学计算机系一道考研题目(给定一个有符号整形数组,输出和胃最大并且连续的子数组)。当初只会算最大值,不会返回一个数组作为结果。花了点时间,把程序改进了一下。有些不成熟。先放放。好歹是实现了。using
System...
分类:
其他好文 时间:
2014-05-16 20:16:12
阅读次数:
268
using System;using
System.Collections.Generic;using System.Linq;using System.Text;using
Microsoft.Office.Interop.Excel;namespace Reuters.ProcessQualit...
分类:
其他好文 时间:
2014-05-16 19:54:35
阅读次数:
286