摘要: https://blog.csdn.net/jcx5083761/article/details/40185795 --移除回车符 update master_location SET street_number = REPLACE(street_number, CHAR(13), '') --移除 阅读全文
posted @ 2018-06-22 12:43 LuoCore 阅读(263) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/zhbsh/archive/2013/04/22/3035477.html 用C#.NET调用Java开发的WebService时,先在客户端封装的带有int属性的对象,当将该对象传到服务器端时,服务器端可以得到string类型的属性值,却不能得到in 阅读全文
posted @ 2018-06-22 10:36 LuoCore 阅读(321) 评论(0) 推荐(0)