Lysander

Results 11 comments of Lysander

> 我也遇到这个问题了,请问楼主怎么解决的呢 > ? 现在我主要的debug方式都是直接在代码行前后加个debugger, 来配合debug, 你以后如果有什么更好的方法可@我一下

> 需要账号信息,比较麻烦,我使用的还是很早的版本 发自我的iPhone > […](#) > 在 2020年3月10日,10:01,Lysander ***@***.***> 写道:  作者可以提供步骤告知如何获取到bim模型的svf文件吗? 看了官方的文档, 试错了不是非常顺利 — You are receiving this because you are subscribed to this thread. Reply to this email...

Thx for reply. I've updated \front-end\package.json for node-sass: `"node-sass": "^4.13.0"` and passed npm install. - run npm test failed in root/front-end And then I've installed selenium server, using this post...

I've tried this project several times. Just endless errors again and again ( now I stuck in ch9 ). If you're new to vue and spring5, then better not to...

Thx for reply. I've followed your steps above for ch8 but get this [npm-test.log](https://github.com/taskagile/vuejs.spring-boot.mysql/files/4248969/npm-test.log) . Things are different between win10 and mac.

After several attempts, now I recommend beginners remove TDD part of this book. 1. unit tests in this book might fail sometime. 2. e2e test will fail on windows. Road...

> You can fix it by go to Setting in Chrome => Advanced => Languages => put the language you want to use in the top > ![image](https://user-images.githubusercontent.com/32285868/56021770-75599b00-5d34-11e9-9578-1b97d9989838.png) thanks a...

> Hi @dinbtechit. You should be able to pass env vars in here for testing: https://github.com/sheehan/job-dsl-gradle-example/blob/master/src/test/groovy/com/dslexample/JobScriptsSpec.groovy#L40 This truly works when I want to provide string values for the test.

> 看了下源码,使用的是贝叶斯分类,完全依靠于词出现的概率。 > 但是在测试过程中遇到的问题是, “我今天不高兴” 会被判定成正向情感(sentiment>0.5)。因为分词会把不高兴分成不和高兴,这样一来高兴更多地出现在正向情感中而不并不能使之的情感发生转变。所有的“不高兴” “不快乐”,“不生气”“不难过” 都会产生相反的情感值。 > 而且当副词出现的时候,并不能有效地使情感值更极端,例如“我今天生气” 和“我今天很生气”和“我今天非常生气”的情感值虽然说不一样,但是也并没有和中文相对应的情感倾向吻合。 > > 这样的问题应该怎么解决呢 然后您现在看到有啥解决办法了吗

The docker running approach also failed with the below one. ```text ERROR: failed to solve: process "/bin/sh -c groupadd khipster && useradd khipster -s /bin/bash -m -g khipster -G sudo...