自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

贾亮的专栏

Do something hard

  • 博客(12)
  • 资源 (5)
  • 收藏
  • 关注

原创 mongodb's mapreduce

mapReduce可是实现增量的计算,但是它有以下问题: 1. 使用javascript写成,不便于debug 2. 帮助很少 3. 性能不如aggregate 4. 你可以在mongo shell中使用 - interpreterVersion() ordb.serverBuildInfo() - 来获得mongo的 javascriptEngine 5. 在3.2中,javas

2017-08-24 16:20:36 242

原创 TensorFlow basic

TensorFlow basic 1. install Python 3.5+ 2. install it with pip3 2.1 config aliyun mirror for pip3, because direct url is very slow create %APPDATA%\pip\pip.ini file, and add below line to this file

2017-08-04 14:17:00 270

原创 Lexical Scoping 和 Dynamic Scoping

Lexical Scoping 和 Dynamic Scoping A name that is lexically bound is looked up only in bindings in the lexical environment of the name – that is, in bindings that enclose the name in the source code.

2017-08-03 12:29:16 1403

原创 run command from Java driver for MongoDB

run command from Java driver for example:eval command:{ eval: <function>, args: [ <arg1>, <arg2> ... ], nolock: <boolean>}map to java ==>Document command = new Document();command.put("eval",

2017-08-03 12:18:46 1744

原创 mongodb 杂记

1. insertDocument :: caused by :: 11000 E11000 duplicate key error index: perf_test.test.$_id_  dup key: { : ObjectId('597edae0faa2ec5e6859e7a3') }code is wrong, there have two line to insert the sa

2017-08-03 12:15:25 893

原创 mongodb shell

show commandshow dbsuse <db name>show collectionsdb.<collectionName>.find()list help for collectiondb.<collectionName>.help()create index> db.test.getIndexes()[ { "v" :

2017-08-03 12:13:31 236

原创 mongodb simple auth

start mongod without –auth parameter, disable authconnect to this instance with mongo, then create a super userrestart mongod with –auth$ mongo --port 27017 -u siteUserAdmin -p password --authentica

2017-08-03 12:10:29 233

原创 you need edit config ld.so.conf after you installed C driver for MongoDB

After you installed C driver from source, it print below help message, you should take care.Libraries have been installed in: /usr/local/libIf you ever happen to want to link against installed libra

2017-08-03 12:06:11 395

原创 compile/install C++ driver for MongoDB fail

C++ 11 driverinstall C driver before your install C++ driverdownload from here and extract it to your directorycompile$ cd mongo-cxx-driver-r3.1.2/build$ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_I

2017-08-03 12:00:12 300

原创 how to use MongoDB Java driver in your env

config your depends manager(maven etc), like thisor download jar package from here, add this jar file to your build pathwrite your sample code like thisrun and test it, please make sure your mongod

2017-08-03 11:44:39 225

原创 how to install/compile MongoDB C driver

download source code from hereextract it and compile$ ./configure --help ;list all options$ ./configure --disable-automatic-init-and-cleanup $ make$ sudo make install ; or su to root, then make in

2017-08-03 11:36:33 234

原创 install MongoDB from tar in Linux

install MongoDB from tar in Linuxdownload tar file from hereextract it to any directory, add install/bin PATH with exportcreate data directory mkdir -p /data/dbstart mongod server, when everything

2017-08-03 11:27:04 204

Soft-Test.zip

Soft-Test sample ADC_tutorial DFT_TOC DSPSampling FunctionalTest RF_Test ScanSample SRAM

2021-01-20

SEMI E37-0298 HIGH-SPEED SECS MESSAGE SERVICES (HSMS) GENERIC.pdf

SEMI E37-0298 HIGH-SPEED SECS MESSAGE SERVICES (HSMS) GENERIC SERVICES

2021-01-20

RF engineering basic concepts the Smith chart.pdf

The Smith chart is a very valuable and important tool that facilitates interpretation of S-parameter measurements. This paper will give a brief overview on why and more importantly on how to use the chart. Its definition as well as an introduction on how to navigate inside the chart are illustrated. Useful examples show the broad possibilities for use of the chart in a variety of applications.

2020-05-05

Waveform Generation Language from Fluence Technology, Inc

The Waveform Generation Language (WGL) is a data description language. It is used to convey an editable ASCII representation of the data contained in a Waveform DataBase (WDB), allowing you to use your system’s text editor to fully customize the database

2020-04-29

Standard Test Interface Language (STIL) for Digital Test Vectors原版

Standard Test Interface Language (STIL) for Digital Test Vectors原版

2020-04-27

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除