David Wu
David Wu
``` PS C:\Users\wuao\cppjieba\build2> mingw32-make.exe test Running tests... Test project C:/Users/wuao/cppjieba/build2 Start 1: ./test/test.run 1/3 Test #1: ./test/test.run ..................***Exception: SegFault 0.07 sec Start 2: ./load_test 2/3 Test #2: ./load_test ......................***Exception: SegFault...
Is it able to replace node innerHTML, like this: ``` for node in process(everydayHtmlString, '//table[@id="zhuye" or @id="fuye"]') do begin if node.toNode.getAttribute('id') = 'zhuye' then begin node.toNode.innerHTML := aStringContainHTML; end; end;...
Hapi has well support for swagger doc, It is possible for support it ?
That must will be useful for everyone.
I have a program that read data from local sqlite db, and show data to users, I wanna to pack all assets include sqlite file to one binary file, this...
``` function js_files() { return src('./assets/scripts/*.js') .pipe(dest('./public/scripts')) .pipe(rev()) .pipe(dest('./public/scripts')) .pipe(rename({ dirname: "/scripts/" })) .pipe(rev.manifest('public/rev-manifest.json',{ merge: true, base: './public' })) .pipe(dest('./public/')) } function defaultTask(cb) { watch('./assets/scripts/*.js', {ignoreInitial: false}, js_files) } exports.default...
Cannot start Gin and statik as some http port
``` Timecop.freeze(Time.now + 1.hours) do ExpiredReserveWorker.perform_async end ``` This above code not work
Please check the gif animation:  this weird problem will occur some times and not very often, I am not sure how to reproduce it. I have to close the...