posted @ 2017-11-24 09:15
不及格的程序员-八神
阅读(1)
推荐(0)
posted @ 2017-10-27 14:15
不及格的程序员-八神
阅读(2)
推荐(0)
摘要:
What is Container.DataItem exactly? Ask Question 2 Answers activeoldestvotes up vote20down voteaccepted This article might help you understand. Quote:
阅读全文
posted @ 2017-10-09 22:08
不及格的程序员-八神
阅读(30)
推荐(0)
摘要:
当form表单文本框控件在收到回车事件时,默认会触发表单内第一个可提交按钮的事件,但业务中可能要求有其它控件进行提交,而不是这个默认的 这时需要脚本控件事件冒泡传递取消回事事件. ASP.NET多个提交按钮页面,回车Enter执行指定按钮的事件(转) 在WEB页面上,通常SUBMIT类型的按钮会被默
阅读全文
posted @ 2017-09-01 14:20
不及格的程序员-八神
阅读(1173)
推荐(0)
摘要:
在更新面板中正常的按钮事件中, 点击开发触发网络请求.beginRequest被触发, 当服务器端返回响应数据时,endRequest被触发. 这是正常的流程. 还有另一种情况发生, 在EndRequest函数中脚本触发了另一次网络请求,这时 beginRequest 被触发, 网络请求开始的同时,
阅读全文
posted @ 2017-08-02 09:33
不及格的程序员-八神
阅读(218)
推荐(0)
posted @ 2017-08-01 06:40
不及格的程序员-八神
阅读(0)
推荐(0)
posted @ 2017-08-01 06:39
不及格的程序员-八神
阅读(0)
推荐(0)
摘要:
Autolayout Breakpoints Auto layout has become a crucial tool for iOS and OS X development. It makes creating layout for multiple screen sizes easy pea
阅读全文
posted @ 2017-07-30 22:48
不及格的程序员-八神
阅读(15)
推荐(0)
posted @ 2017-07-28 09:33
不及格的程序员-八神
阅读(0)
推荐(0)
摘要:
using (dysoft.Data.CAccessDataClass oData = new dysoft.Data.CAccessDataClass()) { using (HW_MangerDataEntities ctx = new HW_MangerDataEntities(IoriBas
阅读全文
posted @ 2017-07-27 15:04
不及格的程序员-八神
阅读(25)
推荐(0)
posted @ 2017-07-23 09:43
不及格的程序员-八神
阅读(3)
推荐(0)
posted @ 2017-07-20 11:33
不及格的程序员-八神
阅读(3)
推荐(0)
posted @ 2017-07-20 11:30
不及格的程序员-八神
阅读(3)
推荐(0)
posted @ 2017-07-20 11:29
不及格的程序员-八神
阅读(1)
推荐(0)
posted @ 2017-07-20 11:10
不及格的程序员-八神
阅读(1)
推荐(0)
posted @ 2017-07-20 11:08
不及格的程序员-八神
阅读(1)
推荐(0)
posted @ 2017-07-19 08:49
不及格的程序员-八神
阅读(0)
推荐(0)
摘要:
1 dysoft.Data.CAccessDataClass ooo = new dysoft.Data.CAccessDataClass(); 2 string providerName = "System.Data.SqlClient";//Provider=SQLOLEDB;Data Sour
阅读全文
posted @ 2017-07-18 09:44
不及格的程序员-八神
阅读(42)
推荐(0)
摘要:
Custom Date and Time Format Strings 2017-3-30 54 min to read Contributors A date and time format string defines the text representation of a DateTime
阅读全文
posted @ 2017-07-14 14:57
不及格的程序员-八神
阅读(7)
推荐(0)
posted @ 2017-07-12 20:35
不及格的程序员-八神
阅读(4)
推荐(0)
摘要:
Objective C & iOS Weak Singletons Temporary shared memory management is always a bit of a difficult problem to solve. There are various well known way
阅读全文
posted @ 2017-07-12 20:06
不及格的程序员-八神
阅读(14)
推荐(0)
摘要:
Javascript 严格模式详解 一、概述 除了正常运行模式,ECMAscript 5添加了第二种运行模式:"严格模式"(strict mode)。顾名思义,这种模式使得Javascript在更严格的条件下运行。 设立"严格模式"的目的,主要有以下几个: - 消除Javascript语法的一些不合
阅读全文
posted @ 2017-07-08 15:24
不及格的程序员-八神
阅读(1597)
推荐(0)
摘要:
异步编程 异步性能:了解 Async 和 Await 的成本 Stephen Toub 异步编程长时间以来一直都是那些技能高超、喜欢挑战自我的开发人员涉足的领域 — 这些人愿意花费时间,充满热情并拥有心理承受能力,能够在非线性的控制流程中不断地琢磨回调,之后再回调。 随着 Microsoft .NE
阅读全文
posted @ 2017-07-08 08:01
不及格的程序员-八神
阅读(25)
推荐(0)
摘要:
Entity Framework教程(第二版) 源起 很多年前刚毕业那阵写过一篇关于Entity Framework的文章,没发首页却得到100+的推荐。可能是当时Entity Framework刚刚发布介绍EF的文章比较少。一晃这么多年过去了,EF6.1已经发布很久,EF7马上就到来。那篇文章已经
阅读全文
posted @ 2017-07-08 07:46
不及格的程序员-八神
阅读(25)
推荐(0)
摘要:
LINQ之路 9:LINQ to SQL 和 Entity Framework(上) 在上一篇中,我们从理论和概念上详细的了解了LINQ的第二种架构“解释查询”。在这接下来的二个篇章中,我们将使用LINQ to SQL和Entity Framework来实践“解释查询”,学习这些技术的关键特性。在本
阅读全文
posted @ 2017-07-07 21:57
不及格的程序员-八神
阅读(44)
推荐(0)
posted @ 2017-06-17 22:51
不及格的程序员-八神
阅读(0)
推荐(0)
posted @ 2017-06-13 13:57
不及格的程序员-八神
阅读(2)
推荐(0)
摘要:
代数、几何、分析 各自的范畴 2017-06-09 学习板块 算法与数学之美 代数、几何、分析 各自的范畴 来源:忆桐之家的博客 编辑:Gemini 数学发展到现在,已经成为科学世界中拥有100多个主要分支学科的庞大的“共和国”。大体说来,数学中研究数的部分属于代数学的范畴;研究形的部分,属于几何学
阅读全文
posted @ 2017-06-09 20:59
不及格的程序员-八神
阅读(556)
推荐(0)
摘要:
疫苗:JAVA HASHMAP的死循环 2013年05月10日 陈皓 评论 87 条评论 70,023 人阅读 在淘宝内网里看到同事发了贴说了一个CPU被100%的线上故障,并且这个事发生了很多次,原因是在Java语言在并发情况下使用HashMap造成Race Condition,从而导致死循环。这
阅读全文
posted @ 2017-06-06 19:24
不及格的程序员-八神
阅读(10)
推荐(0)
摘要:
记得当年在程序员杂志上看出这次访谈,10多年过去了, 这件事儿最近被重提了, 原因是 Kotlin. 1、对Checked Exceptions特性持保留态度(译者注:在写一段程序时,如果没有用try-catch捕捉异常或者显式的抛出异常,而希望程序自动抛出,一些语言的编译器不会允许编译通过,如Ja
阅读全文
posted @ 2017-05-25 20:48
不及格的程序员-八神
阅读(1468)
推荐(1)
摘要:
When to use join method in Java As I said join is an important and useful method from Thread class but many times overlooked. Similar to wait for meth
阅读全文
posted @ 2017-05-04 12:02
不及格的程序员-八神
阅读(25)
推荐(0)
摘要:
并行编程中的“锁”难题 转自:http://www.parallellabs.com/2011/10/02/lock-in-parallel-programming/在并行程序中,锁的使用会主要会引发两类难题:一类是诸如死锁、活锁等引起的多线程Bug;另一类是由锁竞争引起的性能瓶颈。本文将介绍并行编
阅读全文
posted @ 2017-05-04 10:07
不及格的程序员-八神
阅读(16)
推荐(0)
摘要:
Object[] object1 ; //数组定义 Vector<Object> object2;//Vector定义 object2 = new Vector<Object>(Arrays.asList(o1));// array -> vector object1 = object2 .toAr
阅读全文
posted @ 2017-04-26 21:42
不及格的程序员-八神
阅读(10)
推荐(0)
posted @ 2017-04-19 07:23
不及格的程序员-八神
阅读(0)
推荐(0)
posted @ 2017-04-17 10:19
不及格的程序员-八神
阅读(2)
推荐(0)
摘要:
The Famous Double-Check Locking Technique Java The "Double-Checked Locking is Broken" Declaration Signed by: David Bacon (IBM Research) Joshua Bloch (
阅读全文
posted @ 2017-04-07 10:41
不及格的程序员-八神
阅读(37)
推荐(0)
posted @ 2017-04-07 10:08
不及格的程序员-八神
阅读(1)
推荐(0)
摘要:
深入浅出 JavaScriptCore 作者: 简书 2017-03-18 21:51:00 查看源网址 阅读数:1744 本文由我们团队的纠结伦童鞋撰写。 写在前面 本篇文章是对我一次组内分享的整理,大部分图片都是直接从keynote上截图下来的,本来有很多炫酷动效的,看博客的话就全靠脑补了
阅读全文
posted @ 2017-03-22 21:29
不及格的程序员-八神
阅读(87)
推荐(0)
摘要:
How to Animate UILabel Properties UILabel properties cannot be easy animated due to some various reasons, so code like this will have no effect on it:
阅读全文
posted @ 2017-03-20 17:03
不及格的程序员-八神
阅读(232)
推荐(0)
摘要:
articles archives team Autolayout Breakpoints Auto layout has become a crucial tool for iOS and OS X development. It makes creating layout for multipl
阅读全文
posted @ 2017-03-20 17:02
不及格的程序员-八神
阅读(322)
推荐(0)