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 tagged 在

0 votes
929 views
1 answer
    比如我想要这样的矩阵: In [10]: np.array([[(123, 3, 21)] * 3] * 2) Out[10]: array([[[123, 3, 21], [123, 3, 21], [123, 3, ... 能如此手动包装 np.asarray([a]), 不知 Numpy 有什么 numpy.squeeze 的「反函数」可以拿来用 ...
asked Feb 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    按理说输出的应该是 0.01 0.02 0.03 0.04 0.05 0.06 0.07 0.08 0.09 1.00 1.01 为什么输出的结果是上图的这种呢,怎么会突然冒出来这么多的小数呢?...
asked Feb 5, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
998 views
1 answer
    我在 spark-shell 下面运行一个最简单的 wordcount 程序, val text = spark.read.textFile("/datasets/wordcount_512m.txt") text.flatMap(line => line.split(" ") ... 为0执行,这是为什么 这些提早执行的 task id 又是干什么的?...
asked Jan 29, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
998 views
1 answer
    程序似乎执行了很长一段时间才停止,且 linux 下 kafka 没有收到对应消息: pom.xml 的配置和 linux 下的 kafka 是同一版本: linux 下的防火墙已关闭,别的主机用 wget 测试似乎也能收到请求: (测试主机) (被测试主机) 网上的方法测了好几个,就是没法解决问题,请问我这是哪儿出了问题?...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    我正在用 Tailwind CSS 写 Typecho 主题,因为 Tailwind 提供了丰富的类,而在我的使用中则仅用到了其中的几十个 这导致 CSS 大小造成不必要的冗余 这种情况 Tailwind 文档中提供了解决方案,即使用 ... 但在阅读文档的过程中,发现仅有在 Laravel 中使用的方案 我并不能将它用到 Typecho 主题开发中 ...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
3.8k views
1 answer
    简而言之,吾辈想要实现下面这样一个布局,但发现使用 css 要写很多次,所以尝试使用组件封装通用纵向布局组件(模仿 antd grid),但却不尽人意,有什么更好的方法么? 在线 demo:https://codesandbox.io/s/layo......
asked Jan 25, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
3.8k views
1 answer
    是的,我快疯了 docker run -d --name nginx --restart=always -p 4000:80 -v /share/Container/nginx/html:/usr/share/nginx/html -v /share/Container/nginx/ ... 是目录,两边都是文件的各种挂载方法,都不行? 谁能救救我,我快疯了...
asked Jan 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
3.6k views
1 answer
    我发现正式版的发布一直是灰色的,不能点,只能发布内部测试,公开测试这些。但是我发了测试版。也没有提示可以发正式版。还需要什么额外的操作吗?...
asked Jan 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
3.1k views
1 answer
    使用的脚手架是 vue-cli4, 现在需求是这样的,要实现前端的可配置化,比如 axios 访问的 http 地址可配置,这样就在 public 文件夹中增加一个 config 的文件夹,里面专门放一些 json 配置文件 因为要在 ... 不需要异步获取配置文件,但是访问 public 中的东西又没办法直接 import,有没有啥好的方案处理这种情景?...
asked Jan 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...