码迷,mamicode.com
首页 >  
搜索关键字:started    ( 2130个结果
thinkphp的运行
打开cmd切换到www目录下运行think E:\wamp64\www>php think run ThinkPHP Development server is started On <http://127.0.0.1:8000/> You can exit with `CTRL-C` Docume ...
分类:Web程序   时间:2019-12-19 21:01:03    阅读次数:116
WCF 服务应用程序
1. 创建 WCF 服务程序和客户端程序,参考如下: https://docs.microsoft.com/zh-cn/dotnet/framework/wcf/getting-started-tutorial 2. 在托管 Windows 服务中承载 WCF 服务,参考如下: https://do ...
分类:其他好文   时间:2019-12-16 17:32:11    阅读次数:102
Bootstrap的使用
Bootstrap的一般使用流程 1、下载:https://v3.bootcss.com/getting-started/#download,下载源码。只需要其中的dist文件夹即可 2、在html文件中引入: 3、在html中使用。 图标的使用 在Bootstrap中提供了大量图标,可这样使用。 ...
分类:其他好文   时间:2019-12-15 14:49:10    阅读次数:93
Win10+GPU版Pytorch1.1安装
引言本篇为Pytorch安装。安装cuda更新nvidia驱动打开GeForce Game Ready Driver或在 GeForce Experience中下载符合自己gpu的程序。选择cuda打开nvidia控制面板点击帮助、点击系统信息、在点击组件在3D设置中可以看到cuda信息在我升级过n... ...
分类:Windows程序   时间:2019-12-12 23:38:13    阅读次数:254
gn-build
I'm not completely sure from the error you describe but it sounds like you don't have a .gn file in the root. I recently started getting into gn and m ...
分类:其他好文   时间:2019-12-12 19:57:35    阅读次数:137
flask-信号
flask-信号 Flask框架中的信号基于blinker,其主要就是让开发者可是在flask请求过程中定制一些用户行为。 1 pip3 install blinker 1. 内置信号 1 2 3 4 5 6 7 8 9 10 11 12 13 14 request_started = _signa ...
分类:其他好文   时间:2019-12-08 21:29:53    阅读次数:84
Error creating bean with name 'entityManagerFactory' defined in class path resource解决方案
? 项目是集成了Spring Boot和Spring Data,然后昨天简单Jpa和Spring Boot配置完成,开始进行公司项目的重构,然后出现了这个问题。当时是在网上找了好久。后来发现时javaBean的问题。 在jpa和实体类进行映射的时候,要特别注意实体类型和set、get方法名是否对应。 ...
分类:其他好文   时间:2019-12-06 21:52:24    阅读次数:164
初学Elasticsearch
首先启动elasticsearch.bat,然后安装node.js为了支持elasticsearch-head-master插件,之后在在该插件的目录打开命令行窗口,输入grunt server即可Started connect web server on http://localhost:9100 ...
分类:其他好文   时间:2019-12-05 23:59:10    阅读次数:171
从零开始搭建服务器之更加优雅地部署项目
如果你需要经常性需要多处部署同样的项目,如果你曾经也遇到过"明明在我电脑运行得好好的"问题,如果听说过 Docker 但还没用过,如果你不确定你到底需不需要 Docker ,那么,希望你花时间阅读一下这篇文章! 因为 Docker 将帮助你轻松运行自己不熟悉语言编写的开源项目,帮助你更加优雅地部署... ...
分类:其他好文   时间:2019-12-01 13:26:25    阅读次数:97
执行聚合
source:https://www.elastic.co/guide/en/elasticsearch/reference/6.4/getting-started-aggregations.html 聚合操作提供了对数据进行分组和提取统计的能力。简单的理解就是跟SQL中group by的操作一样的 ...
分类:其他好文   时间:2019-11-25 18:26:24    阅读次数:87
2130条   上一页 1 ... 20 21 22 23 24 ... 213 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!