XSLT存档  

不及格的程序员-八神

 查看分类:  ASP.NET XML/XSLT JavaScripT   我的MSN空间Blog
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 22 下一页
该文被密码保护。 阅读全文
posted @ 2020-03-20 11:52 不及格的程序员-八神 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 微信小程序利用云函数获取手机号码 2019-12-18服务器问题seo学习网200°cA+ A- 小程序获取手机号码方式 一、取到加密数据,然后提交到服务器解密, 二、获取到cloudID,用云函数, 优点:直接获取原始数据,节省服务器资源 1.xml <button class="gettel" 阅读全文
posted @ 2020-03-16 10:56 不及格的程序员-八神 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 使用joda-time工具类 计算时间相差多少 天,小时,分钟,秒 下面程序使用了两种方法计算两个时间相差 天,小时,分钟,秒 1 package jodotest; 2 3 import java.text.ParseException; 4 import java.text.SimpleDate 阅读全文
posted @ 2020-02-17 11:11 不及格的程序员-八神 阅读(2296) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-12-26 16:22 不及格的程序员-八神 阅读(0) 评论(0) 推荐(0) 编辑
摘要: string filePath = Form1.getProjectFilePath(); System.Xml.XmlDocument xmlDoc = new System.Xml.XmlDocument(); //xmlDoc.Load(filePath); using (System.IO. 阅读全文
posted @ 2019-12-16 14:03 不及格的程序员-八神 阅读(695) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-12-16 09:52 不及格的程序员-八神 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-12-13 13:57 不及格的程序员-八神 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 拼多多是怎么骗你的? 原创: 皇太极先生 皇太极在纽约 11月10日 我一直觉得,拼多多是最会利用人性弱点的互联网公司,放眼全世界也没有对手。前几日,拼多多上线的“双11提现活动”,对人类贪欲把握之精准,各种心理学定律运用之娴熟,都令人叹为观止。首先,只要点开微信群聊里那些最招人烦的拼多多链接,你直 阅读全文
posted @ 2019-12-04 10:06 不及格的程序员-八神 阅读(1540) 评论(0) 推荐(0) 编辑
摘要: XSLT的精髓是递归。 <xsl:template name="loopI"> <xsl:param name="i" select="1" /> <xsl:call-template name="loopJ"> <xsl:with-param name="j" select="1" /> </xs 阅读全文
posted @ 2019-11-12 09:39 不及格的程序员-八神 阅读(34) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-10-17 09:27 不及格的程序员-八神 阅读(4) 评论(0) 推荐(0) 编辑
摘要: Memory leaks in Android — identify, treat and avoid In our daily pursuit of building better apps, we as developers need to take many things into consi 阅读全文
posted @ 2019-10-16 14:21 不及格的程序员-八神 阅读(7) 评论(0) 推荐(0) 编辑
摘要: Android Studio 3.0 Profiler 性能分析利器 2018-05-05 13:45:58 七色音阶 阅读数 10847更多 分类专栏: Android开发 Android Studio 1:Android Profiler的是使用流程: 1.点击工具栏的图标即可打开 在Andro 阅读全文
posted @ 2019-10-16 09:14 不及格的程序员-八神 阅读(110) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-09-12 11:04 不及格的程序员-八神 阅读(2) 评论(0) 推荐(0) 编辑
摘要: Android蓝牙打印机,带你真正了解各种打印格式 1.6 2016.10.20 10:54* 字数 1528 阅读 26478评论 126喜欢 124 注意:本文原创,转载请注明出处。欢迎关注我的 简书 。 本文主要讲解蓝牙打印机在打印小票的过程中,如何打印各种常见格式。由于之前需要调试打印格式, 阅读全文
posted @ 2019-09-11 14:41 不及格的程序员-八神 阅读(239) 评论(0) 推荐(0) 编辑
摘要: 1 收款页: this.Page.Server.Transfer(string.Format("./MerchantPaymentWaiting.aspx?no={0}&amount={1}&iid={2}&print={3}", strNo, amount, iMax, this.chkPrint 阅读全文
posted @ 2019-09-09 09:05 不及格的程序员-八神 阅读(53) 评论(0) 推荐(0) 编辑
摘要: .Net使用HttpClient以multipart/form-data形式post上传文件及其相关参数 目录导航: 前言: 什么是multipart/form-data请求: Html上传图片按钮: 使用ajax将图片文件流和相关参数传递到后端进行拼接: 后端接收图片和参数,并将图片文件流转化为图 阅读全文
posted @ 2019-08-29 09:31 不及格的程序员-八神 阅读(367) 评论(0) 推荐(0) 编辑
摘要: java webservice 传输文件 原文链接:http://www.ibm.com/developerworks/cn/webservices/ws-lob/index.html 阅读本文前您需要以下的知识和工具: JavaTM Web Services Developer Pack 1.1, 阅读全文
posted @ 2019-08-28 13:41 不及格的程序员-八神 阅读(46) 评论(0) 推荐(0) 编辑
摘要: Calling WCF Services using jQuery Introduction This article illustrates how to call Windows Communication Foundation (WCF) services from your jQuery c 阅读全文
posted @ 2019-08-28 10:27 不及格的程序员-八神 阅读(9) 评论(0) 推荐(0) 编辑
摘要: WCF大文件上传 2018年07月08日 11:16:53 sky08050025 阅读数 700 版权声明:本文为博主原创文章,遵循 CC 4.0 by-sa 版权协议,转载请附上原文出处链接和本声明。 本文链接:https://blog.csdn.net/sky08050025/article/ 阅读全文
posted @ 2019-08-27 16:56 不及格的程序员-八神 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 让IIS8支持WCF的最简单方法 以前在IIS8中使用WCF时,总是参考在IIS8添加WCF服务支持这篇博文进行手工设置: 1. 首先添加MIME类型:扩展名“.svc”,MIME类型 “application/octet-stream”: 2. 然后在“Handler Mappings”中添加Ma 阅读全文
posted @ 2019-08-27 16:42 不及格的程序员-八神 阅读(25) 评论(0) 推荐(0) 编辑
摘要: How to use HttpWebRequest to call a Web Service Operation that takes in a byte[] parameter? Ask Question Asked 10 years, 4 months ago Active 2 years, 阅读全文
posted @ 2019-08-26 13:13 不及格的程序员-八神 阅读(7) 评论(0) 推荐(0) 编辑
摘要: iOS开发之蓝牙/Socket链接小票打印机 赵梦楠 关注 1.3 2017.12.19 15:27* 字数 2639 阅读 2883评论 24喜欢 19 前言 之前公司有个面向商户的项目,需要连接商户打印机打印小票的功能。于是对这方面进行了学习研究,最后“顺利”的完成了项目需求。这里主要是对项目中 阅读全文
posted @ 2019-08-22 10:29 不及格的程序员-八神 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 蓝牙打印小票排版&&图片打印优化 走着走着就会敲代码了 关注 0.1 2019.02.19 14:41* 字数 1473 阅读 222评论 0喜欢 1 去年七八月份做的一个小功能,过了有点久,现在抽个时间整理下以备后用。本文主要是针对蓝牙打印小票做的处理以及优化打印,连接蓝牙那些就不说,这边就讲一些 阅读全文
posted @ 2019-08-20 10:31 不及格的程序员-八神 阅读(274) 评论(0) 推荐(0) 编辑
摘要: EF:分页查询 + 条件查询 + 排序 /// <summary> /// linq扩展类 zxh /// </summary> /// <typeparam name="T"></typeparam> public class LinqExtend<T, Tkey> where T : class 阅读全文
posted @ 2019-08-02 10:11 不及格的程序员-八神 阅读(11) 评论(0) 推荐(0) 编辑
摘要: //中文字符处理 public String charSetConvert(String xmlRequest){ String charSet = NeopServerImpl.getEncoding(xmlRequest); try { byte[] b = xmlRequest.getByte 阅读全文
posted @ 2019-05-28 09:26 不及格的程序员-八神 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 趣读 | 东北话中的满语词汇 看完才发现自己居然会满语 2017-07-11 17:54 趣读 | 东北话中的满语词汇 看完才发现自己居然会满语 2017-07-11 17:54 “满语是东北亚地区产生并发展起来的一种语言,只在东少数人使用。全国逾千万满族基本不会说满语,面临消失危机。”百科如是说。 阅读全文
posted @ 2019-05-21 10:33 不及格的程序员-八神 阅读(604) 评论(0) 推荐(0) 编辑
摘要: 在Mac OS 系统 搭建斗鱼直播环境 fhlsteven 关注 2017.10.07 18:32* 字数 791 阅读 5794评论 1喜欢 4 1、缘起 一时兴起,就想播着玩下。于是百度了许多教程,包括斗鱼官网的教程,然后自己尝试着去做,网上的教程看起来不难,但实际操作中还是遇到不少问题,在这里 阅读全文
posted @ 2019-05-15 15:00 不及格的程序员-八神 阅读(188) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-05-07 11:40 不及格的程序员-八神 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-05-05 15:24 不及格的程序员-八神 阅读(7) 评论(0) 推荐(0) 编辑
摘要: HTML table 表格 thead 表头固定,tbody 滚动 2018年04月12日 16:25:44 和她之间也曾有快乐 阅读数:1345 版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/csdn_Info/article/details/7 阅读全文
posted @ 2019-04-02 16:36 不及格的程序员-八神 阅读(202) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-01-17 21:44 不及格的程序员-八神 阅读(0) 评论(0) 推荐(0) 编辑
摘要: android开发如何获取res/raw和assets文件夹的路径 2017年07月26日 09:32:17 xuwenwen_2013 阅读数:1455 android开发如何获取res/raw和assets文件夹的路径,主要分为两种情况: 1.如果你只是拷贝动作,那么你只需要得到res/raw和 阅读全文
posted @ 2019-01-15 13:08 不及格的程序员-八神 阅读(252) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-12-25 10:55 不及格的程序员-八神 阅读(3) 评论(0) 推荐(0) 编辑
摘要: Android 优雅的为RecyclerView添加HeaderView和FooterView 2016年07月08日 08:19:40 鸿洋_ 阅读数:117984 版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/lmj623565791/arti 阅读全文
posted @ 2018-11-01 11:47 不及格的程序员-八神 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 临时表代替游标 废话不说,直接先上代码: 不使用游标,使用临时表循环:更新没有配置作废章的流程 DECLARE @temp TABLE ( requestid INT, zno NVARCHAR(10) ); INSERT INTO @temp(requestid,zno) SELECT reque 阅读全文
posted @ 2018-10-25 16:34 不及格的程序员-八神 阅读(4) 评论(0) 推荐(0) 编辑
摘要: function setFormula() { if (window.opener != null) { var parentWin = window.opener; parentWin.document.getElementById("txtFormula").value = document.g 阅读全文
posted @ 2018-10-17 16:35 不及格的程序员-八神 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 1 SELECT * 2 INTO tHWStockOut_20181015 3 FROM tHWStockOut 4 5 SELECT * 6 INTO tHWStockOutSub_20181015 7 FROM tHWStockOutSub BEGIN TRANSACTIONdelete fr 阅读全文
posted @ 2018-10-15 16:23 不及格的程序员-八神 阅读(18) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-10-11 17:12 不及格的程序员-八神 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2018-09-14 11:56 不及格的程序员-八神 阅读(4) 评论(0) 推荐(0) 编辑
摘要: Java并发编程:线程间协作的两种方式:wait、notify、notifyAll和Condition Java并发编程:线程间协作的两种方式:wait、notify、notifyAll和Condition 在前面我们将了很多关于同步的问题,然而在现实中,需要线程之间的协作。比如说最经典的生产者-消 阅读全文
posted @ 2018-09-13 16:58 不及格的程序员-八神 阅读(1) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 22 下一页