会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
临
光
迎
欢
首页
新随笔
联系
管理
2024年5月
ziw2pdf
摘要: ziw2pdf
阅读全文
posted @ 2024-05-10 16:12 冯际成
阅读(55)
评论(0)
推荐(0)
2022年5月
JAVA调用SAP ODATA服务
摘要: 1、(401) 未经授权; 解决方法:将用户名密码加密后,添加到HTTP HEADER中。 String auth = "ZRFC" + ":" + "Init1234"; String encodeAuth = "Basic " + new String(Base64.getEncoder().e
阅读全文
posted @ 2022-05-11 13:54 冯际成
阅读(1052)
评论(0)
推荐(0)
2017年3月
wininet.dll 使用锦集
摘要: 第二种设置永久cookie 若要免登录可以调用 免登录 Process.Start("iexplore.exe", LinkAddress.CookiesFind);
阅读全文
posted @ 2017-03-18 10:07 冯际成
阅读(920)
评论(0)
推荐(0)
sqL 根据parentID childID 隶属关系,拼接到字段
摘要: declare m_cursor cursor scroll forselect top 10 DeptID,DeptParentID from Department open m_cursordeclare @DeptID varchar(100), @DeptParentID varchar(1
阅读全文
posted @ 2017-03-09 09:09 冯际成
阅读(454)
评论(0)
推荐(0)
2016年12月
根据文件头判断图片格式
摘要: 测试代码 扩展方法实现
阅读全文
posted @ 2016-12-15 12:24 冯际成
阅读(1407)
评论(0)
推荐(0)
PI超时时间设置
摘要: http://ip/dir 点击SAP NetWeaver Administrator 找到这个服务:com.sap.aii.adapter.rfc.svc修改以上2个值syncMessageDeliveryTimeoutMsec = 600000,默认值为300000 xiadapter.inbo
阅读全文
posted @ 2016-12-12 16:54 冯际成
阅读(1073)
评论(0)
推荐(0)
2016年8月
短信轰炸数据
摘要: http://id.ourgame.com/mobilepassport!getMobileYzm.do?passport=http://id.ourgame.com/mobilepassport!getMobileYzm.do?passport=http://id.ourgame.com/mobi
阅读全文
posted @ 2016-08-26 09:24 冯际成
阅读(5249)
评论(1)
推荐(1)
2016年2月
关于html代码乱码问题一般解决方式
摘要: 今天一朋友问我他在dw中做的网页为什么在浏览器中显示乱码,根据工作经验一般处理方式如下: 1.查看文件编码,用记事本打开另存为编码格式为utf-8 2.在html代码head中添加 <meta charset="UTF-8" /><meta http-equiv="content-type" con
阅读全文
posted @ 2016-02-26 14:21 冯际成
阅读(637)
评论(0)
推荐(0)
2015年7月
数字建模工具
摘要: MATLAB是美国MathWorks公司出品的商业数学软件,用于算法开发、数据可视化、数据分析以及数值计算的高级技术计算语言和交互式环境,主要包括MATLAB和Simulink两大部分
阅读全文
posted @ 2015-07-04 07:26 冯际成
阅读(296)
评论(0)
推荐(0)
2015年6月
博客园文档保存为pdf适合手机kindle阅读
摘要: 首先使用chrome浏览器,找到相关页面 F12打开命令窗口输入:var el=$('.post'); $("*").not(el.find('*')).hide(); el.parents().andSelf().css({width:480,padding:0,margin:0,bord...
阅读全文
posted @ 2015-06-21 10:39 冯际成
阅读(419)
评论(0)
推荐(0)
下一页
公告
返回顶部