unit FileDownLoadThread;interfaceuses Classes, SysUtils, Windows, ActiveX, UrlMon;const S_ABORT = HRESULT($80004004);type TFileDownLoadThread =...
                            
                            
                                分类:
编程语言   时间:
2015-11-14 19:20:37   
                                阅读次数:
397
                             
                         
                    
                        
                            
                            
                                
                            
                            
                                分类:
数据库   时间:
2015-11-14 19:18:37   
                                阅读次数:
196
                             
                         
                    
                        
                            
                            
                                select tscoreId, tsid, tenglish, 评级=case when tenglish>=95 then '优秀' when tenglish>=90 then '良好' when tenglish>=80 then '中' when tenglish is null then...
                            
                            
                                分类:
数据库   时间:
2015-11-14 19:20:23   
                                阅读次数:
304
                             
                         
                    
                        
                            
                            
                                Oracle 第一天1.oracle数据库下载、安装和配置	1.1 下载压缩包后解压并将压缩包2里面的文件覆盖至压缩包1中	1.2 按照步骤逐步安装	1.3 设置管理员密码时,默认情况下四个管理员是相同密码	1.4 scott用户默认禁用状态(需启用),且密码为tiger	1.5 安装完毕后最好重启...
                            
                            
                                分类:
数据库   时间:
2015-11-14 19:19:34   
                                阅读次数:
376
                             
                         
                    
                        
                            
                            
                                先勾画一下思路:1、建立一个类, 里面有年龄字段 FAge;2、通过 Age 属性读写 FAge;3、如果输入的年龄刚好是 100 岁, 将会激发一个事件, 这个事件我们给它命名为: OnHundredunit Unit1;interfaceuses Windows, Messages, SysU....
                            
                            
                                分类:
其他好文   时间:
2015-11-14 19:20:51   
                                阅读次数:
266
                             
                         
                    
                        
                            
                            
                                触摸反馈。水波纹,TextView的点击事件android:background="?android:attr/selectableItemBackground" 一个无边框,在主题里面,设置 colorControlHightlight 的值。<ripple android:color="#ff....
                            
                            
                                分类:
移动开发   时间:
2015-11-14 19:17:12   
                                阅读次数:
277
                             
                         
                    
                        
                            
                            
                                夺命雷公狗---CMS---16-dedecms(实例之电影网10-完成电影的评分榜)
                            
                            
                                分类:
其他好文   时间:
2015-11-14 19:17:58   
                                阅读次数:
172
                             
                         
                    
                        
                            
                            
                                忘了在哪找的了,只是记录了源码。bufferevent.cpp/************************************************* * 本代码使用libevent连接、登录远程POP3邮件服务器. */#include #include #include // 根.....
                            
                            
                                分类:
其他好文   时间:
2015-11-14 19:17:51   
                                阅读次数:
320
                             
                         
                    
                        
                            
                            
                                带密钥的sha1加密:private static string HmacSha1Sign(string jsonStr, string secretKey, string enCoding ){ Encoding encoding = Encoding.GetEncoding(enCoding.....
                            
                            
                                分类:
其他好文   时间:
2015-11-14 19:17:19   
                                阅读次数:
536
                             
                         
                    
                        
                            
                            
                                var AWinControl:TPageControl;begin AWinControl := PageControl1; if frmAbout = nil then Exit; frmAbout.ManualDock(AWinControl, nil, alClient);...
                            
                            
                         
                    
                        
                            
                            
                                procedureTForm1.btn1Click(Sender:TObject);varnetStore:TNetResource;beginnetStore.dwType:=RESOURCETYPE_ANY;netStore.lpLocalName:='Z:';netStore.lpRemote...
                            
                            
                                分类:
其他好文   时间:
2015-11-14 19:17:26   
                                阅读次数:
172
                             
                         
                    
                        
                            
                            
                                Given a linked list, remove thenthnode from the end of list and return its head.For example, Given linked list: 1->2->3->4->5, and n = 2. After re...
                            
                            
                                分类:
其他好文   时间:
2015-11-14 19:17:37   
                                阅读次数:
282
                             
                         
                    
                        
                            
                            
                                我们无论是做安卓开发还是 ios 开发,有时候,我们自己做一个 App 那么,我们最头疼的就是数据,我们的数据应该怎么来获得呢? 其实,现在这么多得 App 不是所有的都是有自己的服务器做后台数据的,那么,他们又是从哪里获得的数据呢?今天,我们就来看看怎么获得别人的 App 里面的数据,其实这些.....
                            
                            
                                分类:
其他好文   时间:
2015-11-14 19:18:05   
                                阅读次数:
671
                             
                         
                    
                        
                            
                            
                                Kalendae是一款纯js不依赖任何js库的日历控件,可以轻松实现显示月份数量,当前选中多个日期,并可以按照周等你想要的格式去定制选中项。下载地址:GitHub/Kalendae第一步:Kalendae引用使用前需要引用样式文件kalendae.css和JS文件kalendae.standalon...
                            
                            
                                分类:
其他好文   时间:
2015-11-14 19:16:37   
                                阅读次数:
309
                             
                         
                    
                        
                            
                            
                                Bad Hair DayTime Limit:2000MSMemory Limit:65536KTotal Submissions:15922Accepted:5374DescriptionSome of Farmer John'sNcows (1 ≤N≤ 80,000) are having a ...
                            
                            
                                分类:
其他好文   时间:
2015-11-14 19:15:54   
                                阅读次数:
260
                             
                         
                    
                        
                            
                            
                                CSS从大图中抠取小图完整教程(background-position应用)转自:http://www.cnblogs.com/iyangyuan/archive/2013/06/01/3111704.html 相信很多喜欢研究网页界面的童鞋都遇到过一个奇妙的现象:网页中很多图片素材被合成在一张图片...
                            
                            
                                分类:
Web程序   时间:
2015-11-14 19:15:43   
                                阅读次数:
399
                             
                         
                    
                        
                            
                            
                                Problem DescriptionKiki likes traveling. One day she finds a magic lamp, unfortunately the genie in the lamp is not so kind. Kiki must answer a questi...
                            
                            
                                分类:
其他好文   时间:
2015-11-14 19:17:01   
                                阅读次数:
427