Skip to content

Latest commit

 

History

History
197 lines (145 loc) · 7.84 KB

links1.MD

File metadata and controls

197 lines (145 loc) · 7.84 KB

=====Links====== https://webassembly.org/roadmap/ WebAssembly Consensus WebAssembly CG members representing four browsers, Chrome, Edge, Firefox, and WebKit, have reached consensus that the design of the initial (MVP) WebAssembly API and binary format is complete to the extent that no further design work is possible without implementation experience and significant usage. This marks the end of the Browser Preview and signals that browsers can begin shipping WebAssembly on-by-default. From this point forward, future features will be designed to ensure backwards compatibility. 01:一文入门谷歌深度学习框架Tensorflow http://blog.csdn.net/sinat_33761963/article/details/56286408

【一步步学OpenGL 1】-《打开一个窗口》 http://blog.csdn.net/cordova/article/details/52485909 http://ogldev.atspace.co.uk/

http://www.boost.org/doc/libs/1_51_0/doc/html/boost_asio/examples.html =====Links======

20170605

https://www.sitepoint.com/html5-javascript-mouse-wheel/ https://github.com/surmon-china/nodepress

170602

https://stackoverflow.com/questions/8609289/convert-a-binary-nodejs-buffer-to-javascript-arraybuffer http://www.javascripture.com/Uint8Array https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Tutorial/Using_images

170601

https://stackoverflow.com/questions/6965107/converting-between-strings-and-arraybuffers https://www.daniweb.com/programming/software-development/threads/335547/take-screenshot-and-save-it-as-jpg https://social.msdn.microsoft.com/Forums/en-US/0690dc12-d2da-439a-8f14-f2224b295488/gdi-plus-image-class?forum=vcgeneral https://www.codeproject.com/KB/GDI-plus/cgdiplusbitmap/CGdiPlusBitmapTest.zip

https://stackoverflow.com/questions/5797852/in-node-js-how-do-i-include-functions-from-my-other-files https://gist.github.com/kethinov/6658166#file-walksync-js https://stackoverflow.com/questions/20967006/how-to-create-a-sleep-delay-in-nodejs-that-is-blocking https://stackoverflow.com/questions/17699599/node-js-check-exist-file

https://stackoverflow.com/questions/28936033/html-canvas-add-text-or-image-in-rendered-image# https://stackoverflow.com/questions/36144810/why-will-my-tileset-not-render-on-an-html-canvas

https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/putImageData https://stackoverflow.com/questions/26331787/socket-io-node-js-simple-example-to-send-image-files-from-server-to-client https://github.com/dcodeIO/ProtoBuf.js

/* var img = new Image(); img.src = 'http://www.javascripture.com/pic.jpg'; img.onload = function() { var canvas = document.getElementById('canvas'); var context = canvas.getContext('2d'); context.drawImage(img, 0, 0, canvas.width, canvas.height);

// Draw the Watermark
context.font = '48px sans-serif';
context.globalCompositeOperation = 'lighter';
context.fillStyle = '#444';
context.textAlign = 'center';
context.textBaseline = 'middle';
context.fillText('watermark', canvas.width / 2, canvas.height / 2);
*/
<canvas id="canvas" height="600px" width="800px" (click)="AxialWindowClick()"></canvas>

https://www.angular.cn/docs/ts/latest/cli-quickstart.html

设计模式之UML(一)类图以及类间关系(泛化 、实现、依赖、关联、聚合、组合) http://blog.csdn.net/xingjiarong/article/details/50193815

http://stackoverflow.com/questions/895120/append-two-or-more-byte-arrays-in-c-sharp https://stackoverflow.com/questions/895120/append-two-or-more-byte-arrays-in-c-sharp#new-answer http://www.boost.org/doc/libs/1_51_0/doc/html/boost_asio/examples.html http://122.112.250.10/Web3D/Home/PatientList https://stackoverflow.com/questions/44129283/c-googleprotobuf-parsefromstring-failed

http://stackoverflow.com/questions/26158227/stdstringstream-class-needs-to-have-dll-interface

http://stackoverflow.com/questions/995314/boostbind-and-class-member-function

https://trackings.post.japanpost.jp/services/srv/search/direct?locale=en&reqCodeNo1=RR905693833JP http://docs.opencv.org/trunk/d7/d4d/tutorial_py_thresholding.html

http://m.blog.csdn.net/article/details?id=52153167 opencv3.1.0 特征点检测与图像匹配(features2d、xfeatures2d)

https://github.com/ldcsaa/HP-Socket https://en.wikipedia.org/wiki/Inter-process_communication https://en.wikipedia.org/wiki/Remote_procedure_call http://stackoverflow.com/questions/12896670/concurrency-on-boostcondition-variablenotify-one

申城「三日谈」:言汇百家,思通以达(SDCC 2017上海站PPT集锦)

http://geek.csdn.net/news/detail/193172

Asynchronous Client Socket Example

https://msdn.microsoft.com/en-us/library/bew39x2a.aspx

face detect

https://zhuanlan.zhihu.com/p/26431250

http://stackoverflow.com/questions/1318933/c-sharp-int-to-byte

https://www.translatorscafe.com/unit-converter/en/radiation-absorbed-dose/18-19/milligray-microgray/

http://www.savingforsomeday.com/recover-restrictions-passcode-iphone/ IFod56zaGVlNUGqdl/ikwfpDMjA= zpqptQ== https://ios7hash.derson.us/

dumpbin

c:\program files (x86)\microsoft visual studio 10.0\vc\bin>dumpbin.exe /exports C:\Users\qiangqiang.zhou\Desktop\McsfAlgoAutoContour.lib > d:\a.txt

++thrift http://thrift.apache.org/tutorial/csharp http://stackoverflow.com/questions/17555179/socket-communication-between-c-sharp-listener-and-winsock-sender-dll ++ 用Swig让python使用C++库 http://blog.chinaunix.net/uid-7570132-id-137377.html

https://zhuanlan.zhihu.com/p/26431250 .NET to C++ Bridge http://blogs.microsoft.co.il/sasha/2008/02/16/net-to-c-bridge/

Inter-process communication https://en.wikipedia.org/wiki/Inter-process_communication http://blog.chinaunix.net/uid-7570132-id-137377.html

++ http://stackoverflow.com/questions/17555179/socket-communication-between-c-sharp-listener-and-winsock-sender-dll http://stackoverflow.com/questions/35869633/c-sharp-client-communicating-with-c-server-server-can-read-from-socket-but-w http://stackoverflow.com/questions/936197/what-is-the-difference-between-application-server-and-web-server

++ List of .NET Dependency Injection Containers (IOC) http://www.hanselman.com/blog/ListOfNETDependencyInjectionContainersIOC.aspx

新生测试安排辛苦您查看了解介绍: https://mp.weixin.qq.com/s/NDXDxCumklpFtkdBvxjFEg https://mp.weixin.qq.com/s/xUQgWmyCxTdWmj6c67R1Zw

https://zhuanlan.zhihu.com/p/26431250

++ web server http://www.hostingadvice.com/how-to/nginx-vs-apache/#operating-system https://www.crondose.com/2016/09/apache-vs-nginx-developers-guide/ Web Framework Benchmarks

https://www.techempower.com/benchmarks/#section=data-r13&hw=ph&test=plaintext CDN Content Delivery Network http://baike.baidu.com/item/%E5%86%85%E5%AE%B9%E5%88%86%E5%8F%91%E7%BD%91%E7%BB%9C/4034265

Nginx为什么比Apache Httpd高效:原理篇 http://www.mamicode.com/info-detail-1156329.html ++ http://www.wikivs.com/wiki/apache_vs_nginx

++ https://www.codeproject.com/articles/499465/simple-windows-service-in-cplusplus

++ http://stackoverflow.com/questions/26670826/converting-char-to-boostarray-for-sockets-use

++ AI http://geek.csdn.net/news/detail/189314 ++ http://stackoverflow.com/questions/3380520/c-char-to-string

++ vpn https://s3.amazonaws.com/0ubz-2q11-gi9y/en.html

++ http://stackoverflow.com/questions/122208/get-the-ip-address-of-local-computer

https://social.technet.microsoft.com/Forums/scriptcenter/en-US/64d83ff5-0b4c-40ad-a1fc-cd66420c0432/vbscript-ie-automation-pressing-ok-on-a-confirm-popup?forum=ITCG

http://stackoverflow.com/questions/28300956/calculate-year-week-number-from-given-period-in-vbscript http://stackoverflow.com/questions/2011995/classic-asp-calculate-the-number-of-weeks-by-date

01:一文入门谷歌深度学习框架Tensorflow http://blog.csdn.net/sinat_33761963/article/details/56286408

http://www.itproportal.com/2010/06/28/comparison-javascript-and-vbscript/

DOS批处理 函数定义与用法 http://www.jb51.net/article/53016.htm https://superuser.com/questions/577608/batch-file-to-delete-folder-and-its-contents

++