码迷,mamicode.com
首页 >  
搜索关键字:using password: yes    ( 53562个结果
c# 软件自动升级 程序自我关闭自己后重启
//指定一个文件名,写入脚本 string filename = Path.Combine(path,"killmyself.bat"); using (StreamWriter bat = new Stream...
分类:其他好文   时间:2014-05-08 23:46:24    阅读次数:527
使用内部(com.android.internal)和隐藏(@hide)API[第2部分,定制android.jar]
本文翻译自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
.net模拟登录博客园,使用httpWebRequest登录并发布随笔文章
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
使用内部(com.android.internal)和隐藏(@hide)API[第1部分,介绍]
本文翻译自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
c# 软件自动升级 程序自我关闭自己后重启
//指定一个文件名,写入脚本 string filename = Path.Combine(path,"killmyself.bat"); using (StreamWriter bat = new Stream...
分类:其他好文   时间:2014-05-08 23:02:31    阅读次数:676
使用内部(com.android.internal)和隐藏(@hide)API[第3部分,定制android平台]
本文翻译自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
使用内部(com.android.internal)和隐藏(@hide)API[第4部分,定制ADT]
本文翻译自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
[渣译文] 使用 MVC 5 的 EF6 Code First 入门 系列:为ASP.NET MVC应用程序读取相关数据
这是微软官方教程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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!