一、.NET截取指定长度汉字超出部分以“.....”表示/// /// 将指定字符串按指定长度进行剪切, /// /// 需要截断的字符串 /// 字符串的最大长度 /// 超过长度的后缀 /// 如果超过长度,返回截断后的新字符串加上后缀,否则,返回原字符串 public st...
分类:
Web程序 时间:
2014-10-08 13:28:45
阅读次数:
204
Hey all,I'm gonna explain you how make a self injecting program in C#.I hope you guys thinks its usefull and have a nice readingRequirements:Visual St...
分类:
其他好文 时间:
2014-10-07 16:53:43
阅读次数:
297
Given two binary strings, return their sum (also a binary string).For example,a ="11"b ="1"Return"100".类似模拟十进制加法 1 class Solution { 2 public: 3 st...
分类:
其他好文 时间:
2014-10-07 00:00:40
阅读次数:
165
MBED环境,使用起来总是那么的别扭可能许多人不习惯用在线编程器,大多数做ST32开发的都比较喜欢KEIL或者IAR,有没有什么好的方法呢,我们可以本地编译MBED工程,
答案是肯定了,下来我们就图文并茂的展示下过程:
登陆mbed网站,输入用户名和密码登陆:出现以下界面
大家注意到没,上次我们选择的目标板出现在了右下方,如果有多个的话会一次显示。
点击ST Nucleotid...
分类:
其他好文 时间:
2014-10-06 00:06:29
阅读次数:
326
Kiki & Little Kiki 2
时间限制:5000 ms | 内存限制:65535 KB
难度:4
描述There are n lights in a circle numbered from 1 to n. The left of light 1 is light n, and the left of light
k (1
Change the st...
分类:
其他好文 时间:
2014-10-05 15:25:28
阅读次数:
344
如果 在Win7下要通过某个 线程 来调用SavaDialog文件选择框的代码 选择窗口 有时会出不来 需要设置如下: ThreadthreadOfRec = new Thread(ReciveMsg); threadOfRec.SetApartmentState(ApartmentState.ST...
分类:
编程语言 时间:
2014-10-03 23:44:55
阅读次数:
215
题目链接:http://acm.hust.edu.cn/vjudge/problem/viewProblem.action?id=23846题目大意:给定一个升序序列,有q次询问,每次询问(L,R)出现最多的值的次数。解题思路:非常麻烦的题目。尽管一眼就能看出来是个RMQ。关键在于如何转化为RMQ。...
分类:
其他好文 时间:
2014-10-03 20:45:05
阅读次数:
194
题目链接: http://acm.hust.edu.cn/vjudge/problem/viewProblem.action?id=47319题目大意:给定一个序列,要求确定一个子序列,①使得该子序列中所有值都能被其中一个值整除,②且子序列范围尽可能大(r-l尽可能大)。解题思路:对于要求1,不难发...
分类:
其他好文 时间:
2014-10-03 16:33:14
阅读次数:
215
在平时的开发过程中,我们知道可以将一个Array的对象转化为List。这样的操作,我们只要采用Arrays.asList这个方法就行了。笔者前段时间一直用这个方法,有一天,我发现通过Arrays.asList得到的List无法进行add和remove等操作。
下面是一段很简单的测试代码:
public class MainFacade {
public st...
分类:
编程语言 时间:
2014-10-03 11:43:14
阅读次数:
239
It's time polar bears Menshykov and Uslada from the zoo of St. Petersburg and elephant Horace from the zoo of Kiev got down to business. In total, there are n tasks
for the day and each animal shoul...
分类:
其他好文 时间:
2014-10-03 02:22:04
阅读次数:
376