胡志敏

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2015年5月25日

摘要: Thread stack overrun: 11552 bytes used of a 131072 byte stack, and 128000 bytes needed. 阅读全文
posted @ 2015-05-25 10:49 懂了遗憾 阅读(3707) 评论(0) 推荐(0)

2015年2月7日

摘要: 类型“System.Data.EntityState”在未被引用的程序集中定义。必须添加对程序集“System.Data.Entity, Version=4.0.0.0, Culture=neu错误:类型“System.Data.EntityState”在未被引用的程序集中定义。必须添加对程序集“S... 阅读全文
posted @ 2015-02-07 18:41 懂了遗憾 阅读(315) 评论(0) 推荐(0)

2014年3月9日

摘要: 点击时间2种第一种,通过初始化页面 写入点击事件protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main_helloword); Button but1=(Button)findViewById(R.id.button1); but1.setOnClickListener(new View.OnClickListener() { @Override public void onC... 阅读全文
posted @ 2014-03-09 14:31 懂了遗憾 阅读(373) 评论(0) 推荐(0)

2013年6月21日

摘要: DataTable转换json,Treegrid 实现 阅读全文
posted @ 2013-06-21 15:57 懂了遗憾 阅读(1207) 评论(0) 推荐(0)

2012年11月10日

摘要: //这里是获取url上面的搜索的关键字js代码部分var url = decodeURI(window.location.search);var searchs = url.substr(url.lastIndexOf("all=") + 4);$("#adv1").append(" ");if (searchs != null && searchs != "") { $.ajax({ async: true,//为了不影响页面打开速度,采用异步加载。url: "Url/Handler1. 阅读全文
posted @ 2012-11-10 12:07 懂了遗憾 阅读(562) 评论(0) 推荐(0)