多样化用户体验(Multiexprience)与大前端 随着云计算、移动化、IoT、AI 等技术概念地落地和持续发展,社会的数字化进程在不断加速。Gartner 近期发布了新的企业应用架构方法论 MASA(Mesh Application and Service Architechture,网格应用 ...
分类:
其他好文 时间:
2021-01-13 10:43:09
阅读次数:
0
当传参data为二维数组,Content-Type: application/x-www-form-urlencoded时, $a = array('a','b','c'); $a['d'] = array('e','f','g'); 传参为二维数组时 $a['d'] = json_encode($ ...
分类:
Web程序 时间:
2021-01-11 11:10:40
阅读次数:
0
1、新建 conf.yaml 文件 database: dbtype: mysql dbname: database table: table username: username password: password application: port: 8000 2、新建 conf.go 文件 ...
分类:
其他好文 时间:
2021-01-08 10:52:58
阅读次数:
0
今天在用sprintboot可视化时,刚一启动就报错了。典型的关于日志的jar包冲突问题,解决办法参考如下链接,已经很详细了,亲测可行。 https://blog.hissummer.com/2018/08/tomcat%E5%90%AF%E5%8A%A8springboot-application ...
分类:
移动开发 时间:
2021-01-07 12:42:39
阅读次数:
0
刚才支付在zookeeper注册了,现在搞个订单服务注册并去调用支付。 1.创建模块 2.引入依赖 3.改配置 server: port: 80 # 服务别名 zookeeper注册中心名称 spring: application: name: cloud-consumer-order cloud: ...
分类:
编程语言 时间:
2021-01-07 12:30:07
阅读次数:
0
后缀名 MIME名称*.3gpp audio/3gpp, video/3gpp*.ac3 audio/ac3*.asf allpication/vnd.ms-asf*.au audio/basic*.css text/css*.csv text/csv*.doc application/msword ...
分类:
其他好文 时间:
2021-01-05 11:42:32
阅读次数:
0
按照项目github文档上所示,在使用 mysql 时你可能会这样写: $ migrate -path db/migrations -database mysql://root:123456@127.0.0.1:3306/mydb version -database 用于指定数据库 DSN 格式的连 ...
分类:
Web程序 时间:
2021-01-05 11:13:09
阅读次数:
0
1: any 和 unknown类型的区别 any可以避开类型检查, 比如 let notSure: any = 'XXXXX'; notSure.Hello(); unknown在使用时必须进行类型断言: let x: unknown = 'xxxxxx'; console.log((x as s ...
分类:
其他好文 时间:
2021-01-05 10:50:47
阅读次数:
0
Linux shell向下对接内核,向上对接application。shell的本质就是内核与application之间的解释器。 ...
分类:
系统相关 时间:
2021-01-05 10:42:12
阅读次数:
0
启动Webservice客户端后,打开配置的address:http://localhost:8989/WsProject1_war_exploded 出现如下警告: Server Start......十二月 29, 2020 4:33:25 下午 org.apache.cxf.service.i ...
分类:
Web程序 时间:
2021-01-02 11:11:16
阅读次数:
0