- 博客(9)
- 资源 (2)
- 问答 (1)
- 收藏
- 关注
原创 vue+AI智能机器人回复
操作步骤引入前端代码前端代码是参考github上的一个开源项目,里面包括AI机器人回复和聊天室两个模块,这里只抽取出来一个AI机器人回复的前端,有兴趣的话,可以点击查看封装好代理与请求因为第三方API的请求是外网的,存在跨域问题,所以要配置代理,配置如下:文件:vue.config.jsconst vueConfig = { //上面还有项目的其他配置 devServer: { port: 8000, proxy: {
2020-05-19 09:33:05
6684
5
原创 vue下网站变灰
非IE浏览器处理非IE浏览器下只需要添加滤镜,对整个页面过滤就可以了,样式代码如下://悼念色.body { filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); //-ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter:progid:DXImageTransform.Microsof
2020-05-10 12:01:18
1742
原创 Swift中tableView加载通过xib创建的headerView时,无法显示xib视图内容.
Swift中tableView加载通过xib创建的headerView时,无法显示xib视图内容.
2016-08-26 16:49:15
811
转载 证书问题
This application's application-identifier entitlement does not match that of the installed application. These values must match for an upgrade to be allowed.
2016-06-24 11:31:19
356
原创 证书过期:The certificate used to sign "###"...
The certificate used to sign "Hmss" has either expired or has been revoked. An updated certificate is required to sign and install the application.
2016-05-26 14:55:30
7169
转载 更新证书错误:No matching provisioning profiles found
Your build settings specify a provisioning profile with the UUID “”, however, no such provisioning profile was found...
2016-03-23 10:43:51
795
原创 Could not insert new action connection 无法连线问题!
IOS Xcode显示Could not insert new action connection 无法连线问题!
2016-03-05 14:55:52
711
如何在FTP中找到指定文件
2015-11-06
TA创建的收藏夹 TA关注的收藏夹
TA关注的人