Chinaunix首页 | 论坛 | 博客
  • 博客访问: 6550180
  • 博文数量: 915
  • 博客积分: 17977
  • 博客等级: 上将
  • 技术积分: 8846
  • 用 户 组: 普通用户
  • 注册时间: 2005-08-26 09:59
个人简介

一个好老好老的老程序员了。

文章分类

全部博文(915)

文章存档

2022年(9)

2021年(13)

2020年(10)

2019年(40)

2018年(88)

2017年(130)

2015年(5)

2014年(12)

2013年(41)

2012年(36)

2011年(272)

2010年(1)

2009年(53)

2008年(65)

2007年(47)

2006年(81)

2005年(12)

发布时间:2012-04-16 22:52:06

......【阅读全文】

阅读(5464) | 评论(4) | 转发(0)

发布时间:2015-03-20 22:01:04

本例的主要布局文件是完成在一个ImageView的图片右上角添加红色背景白色字体的圆形角标。主布局文件如下:点击(此处)折叠或打开<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"    xmlns:tools="http://schemas.android.com.........【阅读全文】

阅读(8107) | 评论(0) | 转发(0)

发布时间:2014-08-18 09:39:58

错误 1 “Org.Apache.Log4j.AsyncAppender”不实现继承的抽象成员“Org.Apache.Log4j.AppenderSkeleton.Append(Org.Apache.Log4j.Spi.LoggingEvent)” D:\wangcc\PETCTCODE\05.Sourse Code\SRC\Mobile\NMS.PETCT.Mobile.Solution\AndroidLog4j4.2\obj\Release\generated\src\Org.Apache.Log4j.AsyncAppender.........【阅读全文】

阅读(3728) | 评论(0) | 转发(0)

发布时间:2014-08-11 10:33:28

无法解决“System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089”与“System.ServiceModel, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35”之间的冲突。正在随意选择“System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e0.........【阅读全文】

阅读(3950) | 评论(0) | 转发(0)

发布时间:2014-08-07 17:11:40

经过几个小时的探索,终于在Windows 7 SP1 X64系统下成功的安装了Nexus 7二代的ADB驱动。记录下来供后来者参考。......【阅读全文】

阅读(10063) | 评论(0) | 转发(0)

发布时间:2014-07-03 21:36:44

这个是写Mifare Tag卡的程序。转载的。......【阅读全文】

阅读(3959) | 评论(0) | 转发(0)

发布时间:2014-07-03 21:34:45

概述篇章,没有代码,就是基础知识的介绍。......【阅读全文】

阅读(3638) | 评论(0) | 转发(0)

发布时间:2014-07-03 21:26:48

本文转自http://blog.csdn.net/mapdigit/article/details/7571027,文中介绍了当NFC靠近时弹出NFC处理Activity选择窗口及默认以当前窗口处理两种方式的实现方式。值得参考。......【阅读全文】

阅读(3882) | 评论(0) | 转发(0)

发布时间:2013-12-18 14:54:06

window下 在XamarinStudio 检查更新,会在这个目录下生成LOG和下载文件,所以可以从里面复制出来,查看真实下载地址C:\Users\Administrator\AppData\Local\XamarinStudio-4.0\Cache\TempDownloadindex.xml  XamarinInstaller-window自动安装http://download.xamarin.com/Installer/Window.........【阅读全文】

阅读(5509) | 评论(0) | 转发(0)

发布时间:2013-10-24 10:44:18

http://blog.csdn.net/kaiyang45/article/details/6997131http://byandby.iteye.com/blog/817214......【阅读全文】

阅读(4319) | 评论(0) | 转发(0)

发布时间:2013-10-23 21:04:12

Android使用Bitmap处理图片内存溢出的BT的解决办法。......【阅读全文】

阅读(4476) | 评论(2) | 转发(0)

发布时间:2013-10-21 16:49:58

10-21 08:39:12.314: E/AndroidRuntime(969): FATAL EXCEPTION: main10-21 08:39:12.314: E/AndroidRuntime(969): android.view.WindowManager$BadTokenException: Unable to add window -- token android.app.LocalActivityManager$LocalActivityRecord@40519318 is not valid; is your activity running?10-21 08:39:12.........【阅读全文】

阅读(4983) | 评论(1) | 转发(0)

发布时间:2013-10-18 09:40:54

  初始化每个RadioButton并为其添加setOnCheckedChangeListener事件,当点击相应的RadioButton时就可以通过setCurrentTabByTag()方法显示到当前页面。  Java代码 收藏代码  private void initRadios() {  ((RadioButton) findViewById(R.id.main_index_button))  .setOnCheckedChangeList.........【阅读全文】

阅读(5098) | 评论(0) | 转发(0)

发布时间:2011-06-09 22:26:05

......【阅读全文】

阅读(2010) | 评论(0) | 转发(0)

发布时间:2011-05-24 12:59:59

......【阅读全文】

阅读(2105) | 评论(0) | 转发(0)

发布时间:2011-05-24 12:59:30

......【阅读全文】

阅读(2367) | 评论(0) | 转发(0)

发布时间:2011-05-24 12:58:20

......【阅读全文】

阅读(3146) | 评论(0) | 转发(0)

发布时间:2011-05-24 12:57:25

......【阅读全文】

阅读(2436) | 评论(0) | 转发(0)

发布时间:2011-05-24 12:56:56

......【阅读全文】

阅读(1913) | 评论(0) | 转发(0)

发布时间:2011-05-24 12:55:19

......【阅读全文】

阅读(1919) | 评论(0) | 转发(0)

发布时间:2011-05-24 12:54:29

......【阅读全文】

阅读(2312) | 评论(0) | 转发(0)

发布时间:2011-05-24 12:53:17

......【阅读全文】

阅读(2302) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

tomcoding2018-07-26 14:59

技术大牛,向你学习,请访问我的博客,有更多高技术含量的源代码

回复  |  举报

renxiao20032018-07-06 16:00

CU博客的技术人员应该处理下了。编辑的时代代码显示是正常的。浏览的时候代码行之间跨度好大啊。

回复  |  举报

renxiao20032015-02-05 09:22

http://www.jb51.net/softjc/130417.html

回复  |  举报

renxiao20032013-04-23 14:31

http://www.cnblogs.com/yqhome/archive/2012/09/12/2681561.html

回复  |  举报

IMAX-9112012-01-16 10:58

看你头像是avast 嘿嘿  我也用那个

回复  |  举报
留言热议
请登录后留言。

登录 注册