代码改变世界

Visual Studio LightSwitch

2011-04-26 14:35 by 闫妍, 231 阅读, 0 推荐, 收藏, 编辑
摘要:Visual Studio LightSwitch 官方地址: http://www.microsoft.com/visualstudio/en-us/lightswitch 阅读全文

Activity 之间调用与参数传递

2011-04-21 17:41 by 闫妍, 557 阅读, 0 推荐, 收藏, 编辑
摘要:点击按钮跳转到另一个Activity2 button2 = (Button) findViewById(R.id.button2); button2.setOnClickListener(listener2); listener2 = new OnClickListener() { public void onClick(View v) { ... 阅读全文

点击手机 menu 硬件按钮后的显示及处理

2011-04-21 17:11 by 闫妍, 104 阅读, 0 推荐, 收藏, 编辑
摘要:public class ActivityMenu extends Activity { public static final int ITEM0 = Menu.FIRST; public static final int ITEM1 = Menu.FIRST + 1; Button button1; Button button2; ... 阅读全文

各种货币的汇率

2011-04-21 11:07 by 闫妍, 460 阅读, 0 推荐, 收藏, 编辑
摘要:100外币 人民币美元 671.10日元 7.8276欧元 875.95英镑 1050.14港币 86.42澳大利亚元 635.47加拿大元 651.77 阅读全文

Android 手机摄像头做 电脑 PC 视频摄像头 聊天

2011-04-17 22:55 by 闫妍, 302 阅读, 0 推荐, 收藏, 编辑
摘要:到以下连个网址,把smartcam软件下载下来: http://en.sourceforge.jp/projects/sfnet_smartcam/releases/ 手机端 http://en.sourceforge.jp/projects/sfnet_smartcam/downloads/smartcam_windows/SmartCam_v1_4/SmartCam_v1_4.exe/?... 阅读全文

转:要知道自己的网卡是否支持承载网络,

2011-04-13 20:30 by 闫妍, 210 阅读, 0 推荐, 收藏, 编辑
摘要:转自:http://hi.baidu.com/347006609/blog/item/7be00a65b22855e1f73654e3.html/cmtid/32f6e21730818b4420a4e9a5 要知道自己的网卡是否支持承载网络,有两种方法: 1.在CMD里用”netsh wlan show drivers“命令(没引号),运行完后会有一行显示”支持的承载网络:是(如果支持显示为:... 阅读全文

虚拟WiFi,用自己的电脑做WiFi

2011-04-02 16:10 by 闫妍, 404 阅读, 0 推荐, 收藏, 编辑
摘要:首先打开命令提示符,输入netsh wlan set hostednetwork mode=allow ssid=共享 key=123456789A,然后会出现 然后再写上netsh wlan start hostednetwork,会出现 ssid和key由自己定义。 在网络和共享中心中找到本地连接,找到属性,共享然后按下面的进行设置 不过注意,一台电脑只能稳定的带2个人。自己的手机 阅读全文

代码下载:LINQ.rar

2011-04-02 11:01 by 闫妍, 124 阅读, 0 推荐, 收藏, 编辑
摘要:代码下载 阅读全文

C# 中的 Linq 操作符

2011-04-02 11:00 by 闫妍, 185 阅读, 0 推荐, 收藏, 编辑
摘要:C# 中的 Linq 操作符 阅读全文

LINQ 表达式树 Expression

2011-04-02 10:59 by 闫妍, 334 阅读, 0 推荐, 收藏, 编辑
摘要:LINQ 表达式树 Expression 阅读全文
上一页 1 2 3 4 5 6 7 8 9 ··· 62 下一页