码迷,mamicode.com
首页 >  
搜索关键字:in section __text    ( 55715个结果
SD 销售订单的BADI增强SD_BADI_PRICE_CHECK
METHOD if_ex_badi_sd_sales~save_document.* CALL FUNCTION 'POPUP_TO_DISPLAY_TEXT'* EXPORTING* titel = '庆祝'* textline1 = '系统成功上线...
分类:其他好文   时间:2014-06-28 10:33:47    阅读次数:204
what does procedure byte conflict mean?
CCID_Receive Procedure byte conflict???According "a text book" for smart card.The terminal first sends the card a five-byte command header consisting ...
分类:其他好文   时间:2014-06-28 10:29:15    阅读次数:241
web服务器
为什么要有web服务器? 比如我在本机写一个text.html文件,外界是不能直接访问的。如果外界访问的话,必须通过一个网络程序。当IE访问到这个网络程序的时候,就可以访问到text.html的内容 理论上来讲,一个web程序应该对应一个网络程序。现在已经有了一个统一的网络程序,就是web服务器.....
分类:Web程序   时间:2014-06-28 10:27:54    阅读次数:198
移动端样式问题
-webkit-text-size-adjust:none;中文版chrome浏览器里字体显示仍为12px的bug-webkit-appearance: none;修复iphone圆角的bug-webkit-tap-highlight-color:rgba(0,0,0,0);去除手机点击蓝色背景-w...
分类:移动开发   时间:2014-06-26 00:28:28    阅读次数:279
对象的思考1
一个对象能自己能否作为自己的一个成员?using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApp...
分类:其他好文   时间:2014-06-26 00:27:11    阅读次数:169
文字处理引擎TX Text Control .NET Server
TX Text Control .NET Server for Windows Forms控件是一个完全可编程的,用于ASP.NET服务器环境与 Microsoft Internet Explorer的文字处理引擎。它的设计理念就是在服务器端集中文字处理过程。具体功能:直接在浏览器中以所见即所得方式...
分类:Web程序   时间:2014-06-25 23:40:53    阅读次数:237
当inline-block和text-indent遇到IE6,IE7
在实际应用中,考虑到seo,很多button,icon都要用到inline-block和text-indent来处理,例如:Buttoncss我习惯写成这样.btn{display:inline-block; width:100px; height:23px; text-indent:-9999px...
分类:其他好文   时间:2014-06-22 12:56:49    阅读次数:204
js实现类似php中strtotime函数和timetostr的日期转换/互换功能
<scripttype="text/javascript"> //日期(格式:yyyy-mm-ddH:i:s)---转换为以秒为单位的unix时间轴(格式:xxxxxx)方法一: //摘取天上星:http://blog.csdn.net/zqtsx functionstrtotime1(datetime){ vartmp_datetime=datetime.replace(/:/g,‘-‘); tmp_datetime=tmp_dateti..
分类:Web程序   时间:2014-06-22 08:10:07    阅读次数:218
Spring3.0官网文档学习笔记(五)--3.3
3.3 概述 Table 3.1. The bean definition Property Explained in... class Section 3.3.2, “Instantiating beans” name Section 3.3.1, “Naming beans” scope...
分类:编程语言   时间:2014-06-22 07:48:05    阅读次数:276
hibernate Disabling contextual LOB creation as connection was null
????用hibernate访问sybase时遇见的异常。 Could not obtain connection metadata : ASE is now using a multi-byte character set, and the TEXT character counts have not been re-calculated using this character set ...
分类:系统相关   时间:2014-06-22 06:19:49    阅读次数:1188
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!