20pzqm 20pzqm
2年前
遇到几个前端小问题
babel问题babel是负责转换ES新版本语法到老版本js上的。比如解构语法...程序有如下报错SyntaxError:Unexpectedtoken8|letdataModulebuildfailed:Error:NoPostCSSConfigfoundin:E:\CODE\xxxxxx新建.pos
Stella981 Stella981
3年前
C# WinForm窗体控件Panel修改边框颜色以及边框宽度方法
CWinForm窗体控件Panel修改边框颜色以及边框宽度方法1.新建组件这里可以自定义一个Panel控件起名为PanelEx !(https://oscimg.oschina.net/oscnet/99045
Wesley13 Wesley13
3年前
2 秒杀系统模拟基础实现,使用Redis实现
这一篇,我们来使用redis进行数据存储。新建一个redis的service实现类packagecom.tianyalei.service;importcom.tianyalei.model.GoodInfo;importorg.springframework.beans.factory.annotatio
Stella981 Stella981
3年前
Rake的使用
安装Rakegeminstallrake查看任务列表rakeT运行一个任务raketask_name指定一个文件名或才文件夹来运行任务rakemydoc.pdf看帮助rakeh
Wesley13 Wesley13
3年前
VMware安装Windows Server 2008
准备工作:软件:VMwareWorkstation15,cn\_windows\_server\_2008\_r2\_standard\_enterprise\_datacenter\_web\_x64\_dvd\_x1550360.iso镜像一、新建WindowsSever2008虚拟机
Wesley13 Wesley13
3年前
vs2017 + miniUI + dapper 添加、修改、删除、查询操作
A、数据库表引用先前建立的company公司信息表。B、建立文件:views》Home》Company.cshtml(新建文件),代码如下(直接复制即可)@{   LayoutLayout"~/Views/Shared/\_Layout.cshtml";;}<div
Easter79 Easter79
3年前
Tomcat下的数据库连接池的配置与使用
实验环境:EclipseNeon.3(4.6.3)、MySQL、Tomcat9.0一、在web应用下的METAINF下新建context.xml文件,配置数据源。<?xmlversion"1.0"encoding"UTF8"?<Context<Resourcename"DBPool"
Stella981 Stella981
3年前
Eclipse中的.classpath .project .settings
.ClassPath1、<classpathentryexported"true"kind"con"path"org.eclipse.jdt.launching.JRE\_CONTAINER"/  每个新建java工程都默认存在的,其实指的是jre,con即是container,就是程序运行的容器,或者
Stella981 Stella981
3年前
Cordova一些问题
1\.2018年4月运行以前的cordova项目出错,新建项目也不行nodev6.10.4下,将cordova卸载,然后重装6.3.1$cnpmuninstallgcordova$cpnmigcordova@6.3.1$cordovacreatexxx2\.构建项目出错
Wesley13 Wesley13
3年前
5分钟掌握JUnit要点
第一分钟:声明测试方法新建一个类,在要测试的方法上面添加@Test注解importorg.junit.Test;importstaticorg.junit.Assert.assertEquals;publicclassUserServiceTest{@Testpublic