码迷,mamicode.com
首页 > 2015年04月08日 > 全部分享
Erlang官方站点
YOUR ERLANG COMMUNITY SITEWelcome to erlangcentral.org, the Erlang community site where you can read news and weblogs related to Erlang/OTP, discuss p...
分类:其他好文   时间:2015-04-08 21:31:09    阅读次数:133
java web 开发实战经典(一)
一、jsp三种Scriptlet(脚本小程序)1、 :定义局部变量、编写语句等。2、 :定义全局变量、方法和类。(虽然此方可以编写类,但不建议使用。我们一般通过JavaBean的形式调用类)3、 :输一个变量或一个具体内容//使用表达式输出变量//使用表达式输出常量二、包含1、静态包含2、动态包含2...
分类:编程语言   时间:2015-04-08 21:30:59    阅读次数:189
历届试题 蚂蚁感冒
历届试题 蚂蚁感冒 时间限制:1.0s 内存限制:256.0MB问题描述 长100厘米的细长直杆子上有n只蚂蚁。它们的头有的朝左,有的朝右。 每只蚂蚁都只能沿着杆子向前爬,速度是1厘米/秒。 当两只蚂蚁碰面时,它们会同时掉头往相反的方向爬行。 这些蚂蚁中,有1只蚂蚁感冒了。并且在和其它蚂...
分类:其他好文   时间:2015-04-08 21:30:37    阅读次数:253
Majority Element
Given an array of size n, find the majority element. The majority element is the element that appears more than ? n/2 ? times.You may assume that the ...
分类:其他好文   时间:2015-04-08 21:28:09    阅读次数:101
LeetCode Unique Paths
题目如下: A robot is located at the top-left corner of amxngrid (marked 'Start' in the diagram below).The robot can only move either down or right at any....
分类:其他好文   时间:2015-04-08 21:30:16    阅读次数:111
Linux时钟和中断
转自:http://www.ibm.com/developerworks/cn/linux/1307_liuming_linuxtime1/无论这些硬件多么复杂,Linux 内核只需要两种功能:一是定时触发中断的功能;另一个是维护和读取当前时间的能力。为了满足应用和内核自己的需求,内核时间系统必须提...
分类:系统相关   时间:2015-04-08 21:29:49    阅读次数:161
android:layout_centerHorizontal="true"和 android:gravity="center_horizontal"什么区别
android:layout_marginTop="20dp" android:layout_centerHorizontal="true" //个人中心的妙用和 marginTop一起的妙用 android:layout_centerHorizontal:用于相对布局(RelativeLayo.....
分类:移动开发   时间:2015-04-08 21:28:49    阅读次数:153
随机产生字母a--z, A-Z 的任意组合
VERSION 1.0 引自: http://www.coderanch.com/t/134491/Security/generating-secure-tokenspackage demo;import java.util.Random;/** This code is a discussion ...
分类:其他好文   时间:2015-04-08 21:30:17    阅读次数:150
HDU5200 数据离线处理
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5200 ,数据离线处理。 这是BestCoder Round #36的C题,比赛时自己用线段树做,姿势不够优美,TLE了,后来才想到用离线处理的话很简单。解法: 先把所有的树的高度和下标都存下来,...
分类:其他好文   时间:2015-04-08 21:29:48    阅读次数:141
团队项目—二手书店特色
特色:基于安卓植入手机应用。N 在电脑上和去书店买不方便。A 安卓开发。B 方便,省时,省力。C 电脑购书,书店购书。工作照。
分类:其他好文   时间:2015-04-08 21:28:34    阅读次数:202
Extern of C——C语言extern的用法
Usingexternis only of relevance when the program you're building consists of multiple source files linked together, where some of the variables define...
分类:编程语言   时间:2015-04-08 21:27:16    阅读次数:239
关于在windows下面chrome卸载之后不能安装的问题
之前也尝试过很多其他的方法,但是最终是这个结束了不能安装的问题,也可能之前已经做了很多铺垫。—————————是这样的———————————由于chrome 主页被篡改各种设置无法恢复,于是删除了C:Program FilesGoogle 文件夹重装chrome时提示:安装失败,无法启动google...
分类:Windows程序   时间:2015-04-08 21:29:52    阅读次数:283
jQuery的deferred对象详解
详细点击查看http://www.ruanyifeng.com/blog/2011/08/a_detailed_explanation_of_jquery_deferred_object.html
分类:Web程序   时间:2015-04-08 21:29:24    阅读次数:119
RobotFrameWork-上传控件封装
Wait Until Keyword Succeeds 10s 1s Click Element jQuery=span:contains('上传') sleep 2s Win Wait ${title} Win Activate ${title} log ${fileNam...
分类:Web程序   时间:2015-04-08 21:29:02    阅读次数:3116
windows下有个目录名称中间有空格 java读目录空格变成%20 处理方法
String path=Parameter.class.getResource("").getPath();//得到路径//String path=Parameter.class.getResource("").toString();//这个不行,无法处理里面的空格。//System.out.pri...
分类:编程语言   时间:2015-04-08 21:27:24    阅读次数:202
关于Java擦除特性
1 package thinkingInJava; 2 /* 3 * 模拟擦除 4 */ 5 public class SimpleHolder { 6 7 private Object obj ; 8 public void set(Object o ){ 9 ...
分类:编程语言   时间:2015-04-08 21:26:34    阅读次数:197
HTML常用标记
HTML文档由4个主要标记组成,这4个标记是、、和。举例如下: HTML页面 应用记事本编写HTML代码 1. 换行标记在HTML语言中,换行标记为。 HTML页面 应用记事本编写HTML代码 换行 你好! 2. 段落标记H...
分类:Web程序   时间:2015-04-08 21:26:30    阅读次数:192
2214条   上一页 1 ... 16 17 18 19 20 21 22 ... 131 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!