码迷,mamicode.com
首页 >  
搜索关键字:empty    ( 6963个结果
【LeetCode】- Length of Last Word(最后一个单词的长度)
[ 问题: ] Given a string s consists of upper/lower-case alphabets and empty space characters ' ', return the length of last word in the string. If the last word does not exist, return 0. [...
分类:其他好文   时间:2014-07-22 23:01:35    阅读次数:331
php ZIP压缩类实例分享
php ZIP压缩类实例分享Zip($zipfiles, $zipfile); //添加文件列表 PHP的ZIP压缩类: GetFileList($dir);} if ((!empty($dir))&&(!is_array($dir))&&(file_exists($dir))) chdir($d....
分类:Web程序   时间:2014-05-07 18:43:40    阅读次数:556
PHP中的 empty() 函数和 isset() 函数
PHP isset empty...
分类:Web程序   时间:2014-05-07 08:14:06    阅读次数:313
combobox联动
1 private void w_day_scheduling_Load(object sender, EventArgs e) 2 { 3 4 if (ls_deptname == string.Empty) 5 ...
分类:其他好文   时间:2014-05-06 10:32:53    阅读次数:326
codeforces A. Array题解
Vitaly has an array of n distinct integers. Vitaly wants to divide this array into three non-empty sets so as the following conditions hold: The product of all numbers in the first set is less ...
分类:其他好文   时间:2014-05-03 23:51:19    阅读次数:621
A fine property of the non-empty countable dense-in-self set in the real line
A fine property of the non-empty countable dense-in-self set in the real lineZujin ZhangSchool of Mathematics and Computer Science,GannanNormalUnivers...
分类:其他好文   时间:2014-05-02 17:05:10    阅读次数:504
byte[] bytes和string转换
publicstaticstringToHexString(byte[]bytes)//0xae00cf=>"AE00CF"{stringhexString=string.Empty;if(bytes!=null){StringBuilderstrB=newStringBuilder();for(i...
分类:其他好文   时间:2014-05-01 19:08:41    阅读次数:334
Java swing 之边界布局
/** * java 边界布局 * @author gao */ package com.gao; import java.awt.BorderLayout; import javax.swing.JButton; import javax.swing.JFrame; import javax.swing.JPanel; import javax.swing.border.Empty...
分类:编程语言   时间:2014-05-01 18:32:35    阅读次数:370
自己动手实现简单的Vector
看到今天,终于自己动手写了一个自己的vector,我这个版本的vector只有vector主要的一些操作,包括原版vector的所有构造函数,begin(),end(),size(),capacity(),empty(),erase(),clear(),pop_back,push_back(),重载...
分类:其他好文   时间:2014-05-01 10:51:13    阅读次数:402
用VLD检测你的php代码执行效率~~
在写程序的时候,经常会为是改用empty()还是isset好,或是用单引号还是双引号来显示连接字符串而发出疑问,现在好了。我们其实可以通过程序很科学的得出精确的答案。知道我们的程序到底怎样写效率会更好。VLD全名是Vulcan Logic Disassembler,可以用来检测PHP脚本的执行情况。...
分类:Web程序   时间:2014-04-29 17:16:46    阅读次数:543
6963条   上一页 1 ... 694 695 696 697 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!