码迷,mamicode.com
首页 >  
搜索关键字:purpose    ( 531个结果
atoi()函数的实现
linuxc库函数实现/****longatol(char*nptr)-Convertstringtolong**Purpose:*ConvertsASCIIstringpointedtobynptrtobinary.*Overflowisnotdetected.**Entry:*nptr=ptrtostringtoconvert**Exit:*returnlongintvalueofthestr
分类:其他好文   时间:2018-12-02 00:39:29    阅读次数:217
Script:when transaction will finish rollback
-- -- Script: rolling_back.sql -- Purpose: to predict when transactions will finish rolling back -- For: 9.0+ -- -- Copyright: (c) Ixora Pty Ltd -- Au ...
分类:其他好文   时间:2018-11-26 02:13:08    阅读次数:135
CSU1008: Horcrux
Description A Horcrux is an object in which a Dark wizard or witch has hidden a fragment of his or her soul for the purpose of attaining immortality. ...
分类:其他好文   时间:2018-11-14 20:51:18    阅读次数:127
一、JSP标签介绍,自定义标签
一、JSP标签介绍 1、 标签库有什么作用 自定义标签库是一种优秀的表现层技术,之前介绍的MVC模式,我们使用jsp作为表现层,但是jsp语法嵌套在html页面,美工还是很难直接参与开发,并且jsp脚本和html代码耦合在一起,维护成本较高。我们能不能开发一套和html风格类似并且能完成jsp脚本功 ...
分类:Web程序   时间:2018-11-13 00:06:08    阅读次数:200
编写一个子程序:将包含任意字符,以0结尾的字符串中的小写字母转变成大写字母
assume cs:code,ds:data data segment db 'Beginners All-purpose Symbolic Instruction Code.',0 data ends code segment begin: mov ax,data mov ds,ax mov si... ...
分类:其他好文   时间:2018-11-12 13:53:59    阅读次数:713
125. Valid Palindrome
Given a string, determine if it is a palindrome, considering only alphanumeric characters and ignoring cases. Note: For the purpose of this problem, w ...
分类:其他好文   时间:2018-11-03 14:02:25    阅读次数:173
CSS中的单位
absolute units in 英寸 cm 厘米 mm 毫米 pt 磅 (1 pt 等于 1/72 英寸) pc 12点活字 (1 pc 等于 12 点) The relation between the absolute units is as follows: 1in = 2.54cm = ...
分类:Web程序   时间:2018-11-01 22:30:55    阅读次数:270
在思科路由器上配置SSH登录
用户那里对网络安全性进行检查,要求对核心设备采用SSH登录,之前设备采用telnet登录,用户名和密码明文传输,不符合安全性检查要求。
分类:其他好文   时间:2018-10-31 17:07:04    阅读次数:312
2018-10-28 星期日
English:listening、speaking、reading、writing、translation 1. Do not, for one repulse, give up the purpose that you resolved to effect. 2. The most beauti ...
分类:其他好文   时间:2018-10-28 23:28:40    阅读次数:384
(转)inspect — Inspect live objects
原文:https://docs.python.org/3/library/inspect.html 中文:https://www.rddoc.com/doc/Python/3.6.0/zh/library/inspect/?highlight=inspect The inspect module p ...
分类:其他好文   时间:2018-10-24 15:22:32    阅读次数:113
531条   上一页 1 ... 11 12 13 14 15 ... 54 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!