码迷,mamicode.com
首页 >  
搜索关键字:easily    ( 228个结果
REMOVE A WINDOWS SERVICE
You can easily remove a Windows service from the Windows registry using a simple command prompt command called SC. SC is the command line utility whic...
分类:Windows程序   时间:2014-12-24 13:27:19    阅读次数:217
SON-RPC for Java
JSON-RPC for Javahttps://github.com/briandilley/jsonrpc4j#json-rpc-for-javaThis project aims to provide the facility to easily implement JSON-RPC for ...
分类:编程语言   时间:2014-12-20 14:07:21    阅读次数:510
ZOJ3662:Math Magic(完全背包)
Yesterday, my teacher taught us about math: +, -, *, /, GCD, LCM... As you know, LCM (Least common multiple) of two positive numbers can be solved easily because of a * b = GCD (a, b) * LCM (a, b). ...
分类:其他好文   时间:2014-12-15 23:38:50    阅读次数:287
[Express + Webstrom] Debug Node.js RESTful application
Using WebStrom can easily debug the Node applcation.For example, we have an Node+Express application.server.js:/** * Created by Answer1215 on 12/9/201...
分类:移动开发   时间:2014-12-10 07:05:49    阅读次数:244
[MEAN Stack] Select by ID with Mongoose and Express
Mongoose allows you to easily select resources by ID from your MongoDB. This is an important aspect to creating an API.Server.js'use strict';var expre...
分类:其他好文   时间:2014-12-10 07:05:18    阅读次数:253
稀疏 部分 Checkout
To easily select only the items you want for the checkout and force the resulting working copy to keep only those items, click theChoose items...butto...
分类:其他好文   时间:2014-12-06 19:30:19    阅读次数:135
Make a printer-port EEPROM programmer and dongle
You can easily use a PC's printer port for serial-EEPROM programming. You can use a device-programmer circuit used to program the MicroWire serial EE-...
分类:其他好文   时间:2014-11-28 14:18:55    阅读次数:226
Create a DAC from a microcontroller's ADC
Few microcontrollers include a DAC. Although you can easily find an inexpensive DAC to control from your microcontroller, you can use unused periphera...
分类:其他好文   时间:2014-11-28 09:55:18    阅读次数:229
Gparted for partition of Linux on graphic interface
You can change the partition table on Linux by a group of tools, which is tool comprehansive for a newbee. While I find this work will be easily done ...
分类:系统相关   时间:2014-11-27 23:24:51    阅读次数:177
OpenCV Tutorials —— Feature Matching with FLANN
Extractors of keypoint descriptors in OpenCV have wrappers with a common interface that enables you to easily switch between different algorithms solv...
分类:其他好文   时间:2014-11-26 22:31:38    阅读次数:730
228条   上一页 1 ... 17 18 19 20 21 ... 23 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!