Abruzzi 最近的时间轴更新
Abruzzi's repos on GitHub
JavaScript · 5 人关注
HTTPCode
This is a CLI tool which could help you find out what does HTTP status code mean.
JavaScript · 1 人关注
angular-gettext
Gettext support for Angular.js
JavaScript · 1 人关注
angular-gettext-cli
A command line interface for angular-gettext-tools
1 人关注
angular-legacy-sortablejs
AngularJS (legacy) directive for SortableJS.
JavaScript · 1 人关注
canvas-toBlob.js
A canvas.toBlob() implementation
JavaScript · 1 人关注
DayOneFlow
Journals flow based on DayOne2 for automatically compile&deploy.
TypeScript · 1 人关注
DefinitelyTyped
The repository for high quality TypeScript type definitions.
Vim script · 1 人关注
dotfiles
This repo contains my dotfiles.
JavaScript · 1 人关注
dragula
:ok_hand: Drag and drop so simple it hurts
Go · 1 人关注
etcd
Distributed reliable key-value store for the most critical data of a distributed system
TypeScript · 1 人关注
etcd3
:bookmark: Node.js client for etcd3
JavaScript · 1 人关注
flex-text
Mastering font-size like flexbox!
JavaScript · 1 人关注
GitTest
An experiment about git rebase
1 人关注
google-interview-university
A complete daily plan for studying to become a Google software engineer.
TypeScript · 1 人关注
Grid-demo
Just a demo for play with friends.
HTML · 1 人关注
hexo-theme-alpha-dust
Futuristic Hexo Theme
JavaScript · 0 人关注
angular-datepicker-cn
calendar and datepicker directives for angular(zh_CN localization)
HTML · 0 人关注
angular-perfect-scrollbar
This is a small directive to allow the use of perfect-scrollbar (https://github.com/noraesae/perfect-scrollbar) in angular
JavaScript · 0 人关注
angular.js
HTML enhanced for web apps
ApacheConf · 0 人关注
AutoStick
Stick a external image or style in unoptimizable website, make it displayed directly
Swift · 0 人关注
Block-Demo
This repo is a swift demo for my study.
JavaScript · 0 人关注
bootstrap-datepicker
A datepicker for @twitter bootstrap forked from Stefan Petre's (of eyecon.ro), improvements by @eternicode
CSS · 0 人关注
Buttons
A CSS button library built using Sass and Compass
0 人关注
china-region
A lightweight search helper(AMD module) for China region, it's easy to find province, city, region cascadely.
JavaScript · 0 人关注
CLNDR
a jQuery calendar plugin that uses HTML templates
JavaScript · 0 人关注
color-diff
Implemets the CIEDE2000 color difference algorithm, conversion between RGB and lab color and mapping all colors in palette X to the closest color in palette Y based on the CIEDE2000 difference.
0 人关注
color-sniffer
The color-sniffer is a project that detects raw color code from your html page automatically, and render them to true color.
CSS · 0 人关注
CSS-Painter
CSS-Painter is a project that use the pure css to complete picture from dribbble.
JavaScript · 0 人关注
fabric.js
Javascript Canvas Library, SVG-to-Canvas (& canvas-to-SVG) Parser
JavaScript · 0 人关注
faker.js
generate massive amounts of fake data in Node.js and the browser
Abruzzi

Abruzzi

x
🏢  Jimubox / Front-end Developer
V2EX 第 41528 号会员,加入于 2013-07-02 15:22:19 +08:00
x
Abruzzi 最近回复了
2015-08-10 03:38:58 +08:00
回复了 Quaintjade 创建的主题 SSL Comodo PositiveSSL 已经支持 ECC 证书了
@Quaintjade 请问 PositiveSSL 证书作为 ocserv 的 server cert,iOS 版 Anyconnect 会提示风险么?
2013-07-02 15:54:39 +08:00
回复了 moroumo 创建的主题 程序员 吐槽一下,同事把java写的像C
@ivenvd 之前看了那个switch的代码愕然了,然后仔细一想好像也不是那么容易改,最后用反射写出来:
public void testSwitch(Integer i){
try {
Field field = Constants.class.getDeclaredField("AGENT_" + i);
agentType = (String)field.get("AGENT_" + i);
} catch (NoSuchFieldException | SecurityException | IllegalArgumentException | IllegalAccessException e ) {
e.printStackTrace();
}
}
觉得还不如之前那样安全。


今天又看到你回复的数组,瞬间想捡砖拍死自己。
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2232 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 16ms · UTC 06:35 · PVG 14:35 · LAX 23:35 · JFK 02:35
Developed with CodeLauncher
♥ Do have faith in what you're doing.