04 2015 档案
摘要:https://help.ubuntu.com/community/MacBookProDetermine your hardware revisionTo determine which version / generation of MacBook Pro you have, you have ...
阅读全文
摘要:http://www.oschina.net/question/12_70799在这篇文章中,我想向您展示 IntelliJ IDEA 中最棒的 20 个代码自动完成的特性,可让 Java 编码变得更加高效。对任何集成开发环境来说,代码的自动完成都是最最重要的一项功能,它根据你输入的内容进行预判并帮...
阅读全文
摘要:mvnDebug tomcat:run 这条命令主要用来远程测试,它会监听远程测试用的8000端口,在eclipse里打开远程测试后,它就会跑起来了,设断点,调试,一切都是这么简单。0、如果是maven项目,先利用mvn eclipse:eclipse 将maven项目转换为eclipse项目,然后...
阅读全文
摘要:https://www.adayinthelifeof.nl/2010/12/04/about-using-utf-8-fields-in-mysql/I sometimes hear: “make everything utf-8 in your database, and all will be...
阅读全文
摘要:1. mvn help:describe 你是否因为记不清某个插件有哪些goal而痛苦过,你是否因为想不起某个goal有哪些参数而苦恼,那就试试这个命令吧,它会告诉你一切的. 参数: 1. -Dplugin=pluginName 2. -Dgoal(或-Dmojo)=goalName:与-Dplug
阅读全文
摘要:可以使用$mvnarchetype:generate-DarchetypeCatalog=internalarchetypeCatalog表示插件使用的archetype元数据,默认值为remote,local,即中央仓库archetype元数据(http://repo1.maven.org/mav...
阅读全文
摘要:ndk-build命令行参数 1、ndk-build NDK_LOG=1 用于配置LOG级别,打印ndk编译时的详细输出信息 2、ndk-build NDK_PROJECT_PATH=. 指定NDK编译的代码路径为当前目录,如果不配置,则必须把工程代码放到Android工程的jni目录下 3、ndk
阅读全文
摘要:http://segmentfault.com/q/1010000002404545 技术站点 Hacker News:非常棒的针对编程的链接聚合网站 Programming reddit:同上 MSDN:微软相关的官方技术集中地,主要是文档类 infoq:企业级应用,关注软件开发领域 OSChin
阅读全文
摘要:TCP data is buffered at both sender and receiver. The size of the receiver's socket receive buffer determines how much data can be in flight without a...
阅读全文
摘要:https://www.mail-archive.com/live-devel@lists.live555.com/msg05506.html-----ask--------------------------------Hi, We are trying to stream from a live...
阅读全文
摘要:https://www.bestvpn.com/blog/6268/5-best-vpns-for-ubuntu/?nabe=6412130213429248:0&utm_referrer=https://www.google.com.hk/url?sa=t&rct=j&q=&esrc=s&sour...
阅读全文
摘要:机器学习五步走2014年07月24日经常会有人问“我该如何在机器学习方面更进一步,我不知道我接下来要学什么了。”一般我都会给出继续钻研教科书的答案。每当这时候我都会收到一种大惑不解的表情。但是进步确实就是持续的练习,保持较强的求知欲,并尽你可能的完成具有挑战性的工作。其实这些你都懂的,是吧!但是为什...
阅读全文
摘要:https://developer.apple.com/library/mac/documentation/GraphicsImaging/Conceptual/drawingwithquartz2d/dq_affine/dq_affine.html#//apple_ref/doc/uid/TP30...
阅读全文
摘要:所有rfc的集结地: http://www.rfc-editor.org/rfcrtp的rfc:http://en.wikipedia.org/wiki/RTP_audio_video_profile1、第一个阶段: 学习H.264,首先要把最基本最必要的资料拿在手里,内容包括:标准文档(即 IT...
阅读全文
摘要:The relevant option is no longer available in the settings menu in Ubuntu 13.10; this has been reported as a bug (https://bugs.launchpad.net/ubuntu/+s...
阅读全文
摘要:http://ubuntuforums.org/showthread.php?t=1544946http://www.live555.com/liveCaster/liveInput.htmlhttps://forum.videolan.org/viewtopic.php?t=109421http:...
阅读全文
摘要:17 Great Machine Learning Libraries08 October 2013After wonderful feedback on my previous post on Scikit-learn from the guys at /r/MachineLearning, I ...
阅读全文
摘要:http://stackoverflow.com/questions/27279161/using-live555-to-stream-live-video-from-an-ip-camera-connected-to-an-h264-encodeI am using a custom Texas ...
阅读全文
摘要:Why not use tabs (introduced in Vim 7)? You can switch between tabs with :tabn and :tabp, With :tabe you can add a new tab; and with a regular :q or ...
阅读全文
摘要:libcvaux.so.2 -> /usr/lib/libopencv_video.so.2.2.0libcv.so.2 -> /usr/lib/libopencv_legacy.so.2.2.0libcxcore.so.2 -> /usr/lib/libopencv_core.so.2.2.0li...
阅读全文
摘要:http://blog.csdn.net/xiaowei_cqu/article/details/8069548SIFT简介Scale Invariant Feature Transform,尺度不变特征变换匹配算法,是由David G. Lowe在1999年(《Object Recognition...
阅读全文
摘要:http://www.ccf.org.cn/sites/ccf/paiming.jsp刊物名称(以期刊名称的拼音为序)总被引频次影响因子影响因子学科内排名计算机学报13700.921计算机类第1名软件学报15980.919计算机类第2名计算机集成制造系统8190.855计算机类第3名计算机研究与发展...
阅读全文
摘要:http://opencv.org/quickstart.htmlInstallation in LinuxThese steps have been tested for Ubuntu 10.04 but should work with other distros as well.Require...
阅读全文
摘要:http://www.javacodegeeks.com/2014/07/java-keystore-tutorial.htmlTable Of Contents1. Introduction2. SSL and how it works3. Private Keys4. Public Certif...
阅读全文