原文:How to Learn JavaScript
Properly(2014-5-16)翻译:Jaward华仔学习时长:6~8周学习前提:中学水平,无需编程经验更新(2014-1-7)在Reddit上创建了一个学习小组January
2014, “Learn JavaScript” Study ...
分类:
编程语言 时间:
2014-05-19 13:10:12
阅读次数:
323
这里只是做简单的记录如何实现。
一、基于配置文件的实现
①编写需要调度的类
package com.study;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Component;
//@Component
public cla...
分类:
编程语言 时间:
2014-05-14 19:21:22
阅读次数:
279
虽然我们小组之前也有站立会议,但是没有及时做好记录,这应该也是我们项目做的不太好的原因,今儿我们的站立会议做了记录,现在发布到博客中。
我们今天的站立会议主要解决了之前项目中数据库中出现的问题,对之前的数据库进行了调整,这样改进的查询功能会更加强大,具体的结果如下:数据库:Study设计:班...
分类:
其他好文 时间:
2014-05-14 13:30:24
阅读次数:
304
Number one of the biggest security holes are passwords, as every password security study shows. Hydra is a parallized login cracker which supports numerous protocols to attack. New modules are easy to...
分类:
其他好文 时间:
2014-05-13 06:11:08
阅读次数:
379
Django集成了用户登陆/验证/登出的模块,可以直接拿来使用,也可以进行定制,使用起来非常方便.
一,创建Django工程
$ django-admin.py startproject mysite
工程目录结构如下
lyndon@lyndon-ubuntu:~/Study/django$ tree mysite/
mysite/
├── manage.py
└── mysite...
分类:
其他好文 时间:
2014-05-10 10:36:39
阅读次数:
602
格式化输出print(format(value,format_spec)),其中3为打印位数,2f为精度print(format(12.2356,‘3.2f‘))
print(format(0.23456,‘.1%‘))
D:\Python27\python.exeF:/Self-Study/python-study/input_output.py
12.24
23.5%
分类:
编程语言 时间:
2014-05-09 07:14:02
阅读次数:
268
OC语言类的深入和分类一、分类(一)分类的基本知识概念:Category分类是OC特有的语言,依赖于类。分类的作用:在不改变原来的类内容的基础上,为类增加一些方法。添加一个分类:文件结构图:在分类中添加一个方法Study方法的实现测试程序:(二)分类的使用注意(1)分类只能增加方法(包括类方法和对象...
分类:
编程语言 时间:
2014-05-08 19:49:45
阅读次数:
400
1.此刻打盹,你将做梦;而此刻学习,你将圆梦。This moment will nap, you
will have a dream;but this moment study,you will interpret a
dream.2.我荒废的今日,正是昨日殒身之人祈求的明日。I leave unc...
分类:
其他好文 时间:
2014-05-08 15:07:05
阅读次数:
316
1. Download Kernel source
Study:
1. Please refer to the AOSP official kernel download address:
http://source.android.com/source/building-kernels.html
2. goto https://android.g...
分类:
移动开发 时间:
2014-04-29 13:13:20
阅读次数:
679