码迷,mamicode.com
首页 >  
搜索关键字:workplace    ( 59个结果
hadoop_exporter
1.下载安装go export PATH=$PATH:/usr/local/go/bin export GOPATH=/usr/local/go/workplace 之后,source /etc/profile 使得其配置文件有效 或 由于国内网络原因,因此访问https://golang.org/ ...
分类:其他好文   时间:2019-03-13 09:27:32    阅读次数:226
Linux中部署Oracle数据库常用的sql语句
--1 导出26表数据 pub开头 exp mpaccs/mpaccs@192.168.0.26/mds file=/oradata/mdsbiaoshuju_pub26.dmp log=/oradata/mdsbiaoshuju_pub26.log statistics=none buffer=8 ...
分类:数据库   时间:2019-02-27 10:26:25    阅读次数:273
Egg中使用egg-mongoose和常用的Mongoose 方法
Mongoose Mongoose就是一套操作MongoDB数据库的接口,而Egg中有对应的插件egg-mongoose。 安装 配置 改变Egg项目中的配置文件{workplace}/config/plugin.js中来启用 egg-mongoose 插件: Egg连接mongoose 在Egg项 ...
分类:其他好文   时间:2019-01-30 21:47:46    阅读次数:328
springboot获取applicationcontext
使用springboot之前,我们通过ClassPathXmlApplicationContext加载spring xml配置文件来获取applicationcontext,使用springboot后,由于不存在xml文件,故该种方式已经不能使用 本例使用的为非web项目,在官方文档中介绍,可通过实 ...
分类:移动开发   时间:2018-12-27 13:28:25    阅读次数:1644
Java Spring MVC框架搭建(一)
环境准备 >>>>>>java JDK和tomcat,eclipse 1.创建项目 2.项目名称自定义,这边为demo 3.我们已经创建完一个动态网站的项目,还得下载Spring MVC相关的jar包,Spring MVC有很多版本,下面提供的是3.2.8的版本,如果需要其他不同版本,自行网上搜索下 ...
分类:编程语言   时间:2018-12-22 11:51:17    阅读次数:244
课程信息管理系统
1.环境的配置:eclipse+tomcat+MySQL+Navicat Premium 2.在Navicat Premium中新建db_book数据库,其中新建tb_books数据表。包含四个字段:id、name、teacher、workplace,将id设为自动递增,否则后面递增会出错。 3.新 ...
分类:其他好文   时间:2018-12-09 17:53:41    阅读次数:284
laravel.url
通过php artisan route:list 可以看到当前应用的路由情况, 在前端页面中如果要修改一个实体,需要用到实体.update,涉及的uri为实体/{实体},所用的http方法为put. 在表单中action可以有两种写法 {{url('workplace/'.$workplaceid) ...
分类:Web程序   时间:2018-11-18 16:05:18    阅读次数:203
java -jar demo.jar
部署springboot项目 生成jar包其实还是依赖springboot的jar才能跑起来,为什么呢? 1.在C盘手工创建了一个文件夹,是拷贝了demo.jar这个jar包运行是报错的。 2.在D:\software\ideaIU-2017.3.5\workplace\demo\out\artif ...
分类:编程语言   时间:2018-11-10 23:59:53    阅读次数:516
Gender Equality in the Workplace【职场上的性别平等】
Gender Equality in the Workplace A new batch of young women - members of the so-called Millennial generation - has been entering the workplace for the ...
分类:其他好文   时间:2018-11-08 13:20:41    阅读次数:1140
Breaking Biscuits(模板题-求凸边形的宽)
Breaking Biscuits 题目描述 This year, Walter’s workplace resolved to try something radically different: they’re going to change the weekly order of biscui ...
分类:其他好文   时间:2018-08-28 20:16:32    阅读次数:363
59条   上一页 1 2 3 4 ... 6 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!