有这样的事? 1 #include 2 #include 3 #include 4
#include 5 #include 6 #include 7 8 int init_win_socket() 9 {10 WSADATA
wsaData;11 if(WSAStart...
分类:
其他好文 时间:
2014-05-18 19:20:16
阅读次数:
368
using System;using System.Collections.Generic;using
System.Collections.Specialized;using System.Linq;using System.Reflection;using
System.Web;using We...
分类:
Web程序 时间:
2014-05-18 19:06:49
阅读次数:
451
ROM授权root权限,主要技术点在哪里?如何实现?带着这些问题,边实验边分析,并将过程和犯的错误记录如下。1、rom支持root授权,需要包含su简单点说,就是rom中支持su指令;必须包含su可执行程序,对应的代码/system/su目录下代码;
编译生成su程序后,再将其push到/syste...
分类:
其他好文 时间:
2014-05-18 19:02:34
阅读次数:
279
C# 特性详解 特性(attribute)是被指定给某一声明的一则附加的声明性信息。
在C#中,有一个小的预定义特性集合。在学习如何建立我们自己的定制特性(custom attributes)之前,我们先来看看在我们的代码中如何使用预定义特性。
1 using System; 2 public c....
分类:
其他好文 时间:
2014-05-18 18:56:23
阅读次数:
305
1.ajax同步,async: false,2.ASP.NET操作Oracle数据库11G
client 32位权限NLS3.微信公众号
OAuth2.0网页授权需要先修改地址4.EasyUI中,reload刷新当前页、load是重新加载5.LINQ链接数据库base(global::System....
分类:
其他好文 时间:
2014-05-18 02:14:19
阅读次数:
281
一:上图二:相关代码using System;using
System.Collections.Generic;using System.ComponentModel;using System.Data;using
System.Drawing;using System.Linq;using Sys...
分类:
编程语言 时间:
2014-05-18 01:51:47
阅读次数:
407
Unity中获取到的坐标是左下角为(0,0)但是绘画的时候是以左上角为(0,0)所以直接在获取到的坐标上画图是不行的……using
UnityEngine;using System.Collections;public class MultiTouch : MonoBehaviour {
pub.....
分类:
移动开发 时间:
2014-05-18 01:16:59
阅读次数:
325
接口:打印机接口interface Printer{ public void
read();}函数一:佳能打印机class CanPrinter implements Printer{ public void read(){
System.out.println("Canr...
分类:
编程语言 时间:
2014-05-18 00:54:20
阅读次数:
302
1. this调用成员变量和成员函数2. this调用构造函数1. Person.java
public class Person{ String name ; void talk(){ System.out.println("my name is "
+ this....
分类:
其他好文 时间:
2014-05-17 19:02:37
阅读次数:
229
Bus SystemTime Limit: 2000/1000 MS
(Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s):
6082Accepted Submission(s): 1560Problem ...
分类:
其他好文 时间:
2014-05-17 18:40:57
阅读次数:
286