//指定一个文件名,写入脚本 string filename =
Path.Combine(path,"killmyself.bat"); using (StreamWriter bat = new Stream...
分类:
其他好文 时间:
2014-05-08 23:46:24
阅读次数:
527
本文翻译自https://devmaze.wordpress.com/2011/01/18/using-com-android-internal-part-2-hacking-around/在前一篇文章中,我解释了为什么不通过反射机制,不太容易使用com.android.internal包的内部AP...
分类:
移动开发 时间:
2014-05-08 23:41:40
阅读次数:
584
using System;using System.Collections.Generic;using
System.Linq;using System.Text;using System.Net;using System.IO;using
System.Runtime.InteropService...
分类:
Web程序 时间:
2014-05-08 23:12:06
阅读次数:
622
本文翻译自http://devmaze.wordpress.com/2011/01/18/using-com-android-internal-part-1-introduction/#more-79Android有两类API在SDK中不能使用。第一类就是位于包com.android.interna...
分类:
移动开发 时间:
2014-05-08 23:05:26
阅读次数:
486
//指定一个文件名,写入脚本 string filename =
Path.Combine(path,"killmyself.bat"); using (StreamWriter bat = new Stream...
分类:
其他好文 时间:
2014-05-08 23:02:31
阅读次数:
676
本文翻译自https://devmaze.wordpress.com/2011/01/18/using-com-android-internal-part-3-custom-android-platform/在前一篇文章中我展示了如何创建定制的original-android.jar,包含内部API...
分类:
移动开发 时间:
2014-05-08 22:53:47
阅读次数:
481
本文翻译自http://devmaze.wordpress.com/2011/01/18/using-com-android-internal-part-4-customizing-adt/在前面的文章中,我讲述了如何创建定制的original-android.jar和创建定制的android平台以...
分类:
移动开发 时间:
2014-05-08 22:51:15
阅读次数:
483
这是微软官方教程Getting Started with Entity Framework 6
Code First using MVC 5 系列的翻译,这里是第六篇:为ASP.NET MVC应用程序读取相关数据原文:Reading Related
Data with the Entity Fram...
分类:
Web程序 时间:
2014-05-08 22:43:34
阅读次数:
657
#include using namespace std;void CountSort(int*
a,int k,int n){ int s = 1; for(int i=0;i=0;i--){ tmp1 = a[i]; tmp2 = a[i] % s;
...
分类:
其他好文 时间:
2014-05-08 22:42:33
阅读次数:
382
#include "stdafx.h"#include #include using
namespace std;HANDLE hMutex;DWORD WINAPI Fun(LPVOID lp){ while(1){
WaitForSingleObject(hMutex,INFINITE); .....
分类:
编程语言 时间:
2014-05-08 22:41:35
阅读次数:
406