上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 29 下一页
摘要: 1、用join的方式,在mysql中行不通: SELECT b.remarks,b.DictSortCode,c.* from scm_dict_config c left join scm_dict_base b on c.DictSortCodeScm=b.remarks update scm_ 阅读全文
posted @ 2020-03-04 17:16 hoge 阅读(148) 评论(0) 推荐(0) 编辑
摘要: 异常信息: org.springframework.data.redis.serializer.SerializationException: Cannot deserialize; nested exception is org.springframework.core.serializer.su 阅读全文
posted @ 2020-03-04 11:34 hoge 阅读(817) 评论(0) 推荐(0) 编辑
摘要: 1、配置: #gzip on; #20200225添加 upstream testTomcat{ #设置分权,权重越高优先访问 server 10.74.68.13:9000 weight=1; server 10.74.68.14:9000 weight=1; } server { listen 阅读全文
posted @ 2020-02-29 14:45 hoge 阅读(318) 评论(0) 推荐(0) 编辑
摘要: -javaagent:/Applications/PhpStorm.app/Contents/bin/jetbrains-agent.jar sudo php -S api.qiushi.com:80 -t public sudo php -S localhost:80 -t public sudo 阅读全文
posted @ 2020-02-23 00:17 hoge 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 1、首先多站点:配置的路径不一样 也可以,配置新端口也可以。 在/Applications/XAMPP/xamppfiles/apache2/conf/httpd.conf 中,添加: listen 8081 然后在/Applications/XAMPP/xamppfiles/etc/extra/h 阅读全文
posted @ 2020-02-21 09:28 hoge 阅读(68) 评论(0) 推荐(0) 编辑
摘要: 1、补充合同物资明细表中 parent_id 保存 主合同id;2、物资明细表中 audit_status 要随着其主编号一起被审核;审批结果需要保持一致; 3、导出的sql语句建表顺序不一样 导致外键失败 4、ssh连接远程服务器启动tomcat关闭后tomcat也关闭解决办法,在原来的启动命令前 阅读全文
posted @ 2020-02-18 09:08 hoge 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 查询 物资明细: SELECT r.material_id,r.material_category,r.material_name,r.material_quality, r.standard,r.product_factory,r.material_type,r.measure_unit,(r.n 阅读全文
posted @ 2020-02-15 18:51 hoge 阅读(238) 评论(0) 推荐(0) 编辑
摘要: 关联修改: UPDATE scm_material_contract m Left JOIN scm_material_base b ON m.material_id=b.material_id set m.material_name=b.material_name 阅读全文
posted @ 2020-02-15 11:33 hoge 阅读(2292) 评论(0) 推荐(0) 编辑
摘要: ALTER TABLE scm_material_contract ADD CONSTRAINT material_contract_foreignid FOREIGN KEY(form_id) REFERENCES scm_purchase_contract(contract_id) ALTER 阅读全文
posted @ 2020-02-15 10:56 hoge 阅读(180) 评论(0) 推荐(0) 编辑
摘要: ALTER TABLE scm_dept ADD unique(DeptID) ALTER TABLE scm_org ADD unique(OrgID) 阅读全文
posted @ 2020-02-08 13:28 hoge 阅读(242) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 29 下一页