Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions in Technique[技术]

0 votes
361 views
1 answer
    项目是接收别人的项目,他全部请求都写index.php,但是一访问的话就报模块不存在inex.php,他把index.php当成了模块,现在不想改代码,想在nginx上入手,请问下nginx应该怎么写才能让他不把index.php不当模块,小白求教,框架用tp5,本地环境用homestaed...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
604 views
1 answer
    百度到的代码,不全感觉,总是报错,有没有也用过的朋友给已经解决掉的给一些建议 图出现了,但是连线没有出现 注释掉的两行总是报错没有定义,但是不知道应该定义什么?望大神帮忙解答一下...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
269 views
1 answer
    I have a person and a task table. The task table is much bigger and contains millions of rows. With the following ... second statement as well? I cannot change the SQL statement....
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
504 views
1 answer
    如题,创建的速度还非常慢,我记得以前不会这样啊!是我搞错了什么吗?...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
423 views
1 answer
    I have a list of dataframes and I need to convert each dataframe into a separate csv file with a unique name. How can I achieve this?...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
619 views
1 answer
    这个现在都有存储上,默认显示了是第一个menu,但是无法改变menu值 高亮样式: 我给改变选中menu的key值的函数加了个debugger,结果他显示的是我的其 ... ("openKeys")), selectedKeys: JSON.parse(sessionStorage.getItem("selectedKeys")), }~~~~...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
386 views
1 answer
    When I am running react-native run-android to run android app in debug mode in my Oneplus nord, I am encountered ... : EOF Hence, Cannot install app in One plus physical device....
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
307 views
1 answer
    I have a program that takes file code as input in this case '19E071OE1' and it needs to print out all the rows that ... 00', '19E071OE1 [OO 2019] P3'] Unesi kod predmeta: 19E071OE1...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    请问这是什么原因 ? 如何处理 Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom:2.3.3. ... [/124.93.26.52] failed: Connection refused (Connection refused)...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
437 views
1 answer
    目前有两台centos7.4机器,现既想作为keepalive+lvs转发服务器,又想作为后端服务器,如何进行部署~...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    elementui的级联选择器开启可搜索功能之后,我想在输入内容之后不选,接着失去焦点在输入框中保留输入的值,但是组件似乎默认是失去焦点就清空输入框中的值,请问如何保留?...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
550 views
1 answer
    I am new to Python and Tensorflow. While executing the tfds.load function, I got following error. I have spent hours ... : not enough values to unpack (expected 3, got 1)...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
636 views
1 answer
    大家有什么方法论吗?请大佬指教...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
616 views
1 answer
    Im new in swift and im trying to do some custom think. I have MainViewController and this controller has ... ) // Notify Child View Controller viewController.removeFromParent() }...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
457 views
1 answer
    I have a column in a csv file with 100 records as Status with values as ['Active', 'Cancelled', 'Cancelled - Gap in Status']. I want to get ... ----+---------------------------+...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
407 views
1 answer
    第一个页面的相关代码 然后由第一个页面点击确定后然后成功后会跳转到第二个页面 第二个页面的相关代码 第二个页面点击确定的时候会报错this.$refs.txt2.innerText未定义,然后我输出了this.$refs是个空的,证明她没有取到refs,弹窗用的是elementui框架的msgbox,请问这个this.$refs为什么是个空的,该怎么解决呢,...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
686 views
1 answer
    想通过接口获取到跳转链接并进行跳转操作,在Android和PC端都好使,唯独在IOS端无法触发跳转,不知道该如何解决 let a = document.createElement('a'); a. ... a.setAttribute('target', '_blank'); a.setAttribute('id','abcUrl') a.click();...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    friends I am new to Asp.net WebApi, I was trying to send a post request to generate a token from my Google Chrome ... a token from the WebApi it gives me the above-mentioned error....
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I want recursively count files in a Linux directory using this find DIR_NAME -type f | wc -l my question is , how to stop ... Is it possible ? Or do I need to wait find execution ?...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
678 views
1 answer
    How can you reference a Bamboo Build Plan variable inside a Karate config file? I have a Bamboo build plan for all of ... , I'm looking for Bamboo Build Plan Variables. Any ideas?...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
703 views
1 answer
    I've been struggling to use fitBounds() on google-map-react. I'm using it like this: nw:{ lat: pickup.latitude, lng ... on the map. Please advise on how can I dynamically fix this?...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
831 views
1 answer
    I want to write a method that receives the data to create a file, e.g., public File createFile(String fileName, String ... list of known mime types. Thanks in advance for any clue....
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
765 views
1 answer
    点击tab切换,内容不同,这样写的滑动,为什么会保存第一次的位置,比如内容一滑到了底部,切换到内容二还是底部,怎么切换的时候返回顶部,下面代码写到了tab切换的click事件里...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    images disappeared on my web page after adding this code to it if(slider2){ new Glide(slider2, { type:'carousel', startAt: 0, hoverpause ... , 768:{ preview: 2, }, }, }).mount(); }...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
875 views
1 answer
    就像图中在表格的每一列顶部增加一块自定义的区域,大佬们elementui的话有没有什么好的解决方案呀?...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    video.js 在未全屏播放时,音量按钮无法拖动,且无法隐藏? let player = videojs('my-video', { controls: true, // 是否显示控制条 // poster: 'xxx', // 视频 ... ', } ] }, function () { console.log('视频可以播放了', this); });...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
5.8k views
3 answers
    Embedded mongo started successful with below code,,but not stoping by mongodExecutable.stop(),this suppose to stop the running ... () throws Exception { assertEquals(1, 1); } }...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.7k views
1 answer
    大神帮我看看什么情况,感激不尽...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...