Tags: style blog ar io color sp for strong onEnvironment: Oracle 10g,11gProblem recurrence: Under the Command window in PL/SQL, the time format found by the stored procedure does not meet the expected requirements.Sql> SelectSysdate fromdual; Sysdate----------- the- A- -Executedinch 0Secondssql> SetServeroutput onSQL> Declare2pro_date date;3 begin4 SelectSysdate intoPro_date fromdual;5Dbms_output.put_line (pro_date);6 End;7 / --December- -PL/Sqlproceduresuccessfully completedexecutedinch 0.016Se
Method One:Date format YYYY-MM-DDMethod Two:Verify whether it is emptyToolbox---> select comparevalidator-->controltovalidate for the input box that needs validation-->operatoe for the way you want to verify-->type for the type you need to verifyVerifies whether the date format isMethod Three:Regular expressionsError warning and allow focus to leave:An error warning does not allow focus to leave:function Validatedatatype (strdatatype){var Reg;var sexampleif (Strdatatype.match ("Curr")){Reg =/^ (
Today in the standard and other blog (http://www.aa25.cn) See "Pure CSS Code Implementation page"
The article
[Ctrl + A full selection Note: If you need to introduce external JS need to refresh to execute]
Perhaps a lot of people on the HTML Ul,ol,li tag may be familiar with, but to DL,DT,DD may not understand, then go to w3.org to see it,
Http://www.w3.org/TR/2002/WD-xhtml2-20020805/mod-list.html
, http://www.w3.org/TR/2005/WD-xhtml2-20050527/
We usually use the ProgramYou can use the list of functional modules for layout.
DL -- Define list -- definition listDT -- Define list title -- is used to generate the title of each list item in the definition list. You can repeatedly use the title to define multiple list items.Dd -- Define list define -- used to generate the plain text fields of each list item in the definition list. Multiple plain text fields can be defined for repeated use. Dd i
First, Network test tool IPERF1, installation package Apt-get-yinstalliperf2, parameter description-s,--server Runinservermode (start in server mode)-c,--clientThis article is from the "7928217" blog, please be sure to keep this source http://7938217.blog.51cto.com/7928217/1669463Disk and Network test tool (Iperf hdparm DD)
Okay, let's take a look at a CSS DL DT DD Using the example tutorial method, let's look at the effect chart.
Let's look at how CSS is written.
The CSS Div code is as follows.
#commond {margin:80px 0 20px-13px;}#commondtitle {line-height:20px;Font-weight:bold;padding:0 0 0 10px;height:20px;width:500px;Background: #fcf7bc;}#commond dl{margin:30px 0 0 30px;height:80px;width:480px;}#commond DL dt{margin:0 0 0px 20px;Font-weight:bold;}. commondtime{
DL,DT,DD function and Usage
When we use the list in the process of making the Web page, we usually use
Have the following code
We can see that the text in the middle of the,
I will briefly talk about my understanding of the circle in htm and css. -DD dogs used css editing in recent days and found that many border images require rectangular rounded corners or directly draw a circle. The following is an example of how to draw a circle.
In this sharing, I will show you some examples for better understanding,
We all understand that "border-radius:" is used to draw a circle, and we should set a width and height each time w
A simple understanding of how to clear floating. -When DD dogs learn css, float can greatly facilitate our layout style. However, as we come along, we will also encounter the problem of clearing float, let me talk about some of my simple ideas.
First, why do we need to clear the float, because floating will make the label out of the Document Stream, affecting both the front and back elements and the parent element (border, content.
The following desc
Understand the principles of web page layout and the navigation bar. (Tom)-DD dog
Welcome to my blog. I am a web hacker. I hope you can learn more through the blog. Thank you.
Today, I have a brief understanding of the webpage layout and navigation bar. I will share some of my notes with you.
Simple webpage layout structure and performance principles:In the web page layout, html: structured, css: expressive, JavaScript: Behavioral. There is a separa
Sometimes the memory is insufficient. You can use the method provided in this article to temporarily add swap partitions.
# Create swap partition -- get the file [root @ serv01 linux-2.6.38] # dd If =/dev/Zero of =/swap. img bs = 1 m COUNT = 10241024 + 0 records in1024 + 0 records out1073741824 bytes (1.1 GB) Copied, 2.68989 S, 399 Mb/s [root @ serv01 linux-2.6.38] # ls swap. IMG # Make swap partition [root @ serv01 linux-2.6.38] # mkswap/swap. IMG m
Let me modify a JavaScript method in the header today to verify that the input date meets the requirements. Well. Our requirements are in the format of yyyy-mm-dd, and none of the others meet the requirements. The original method does not use regular expressions and uses a bunch of judgments.
In fact, I also have a headache with regular expressions. Baidu has some materials. To sum up, leave a backup here.
The question to consider is: the valid date,
I. Main Interface: many elements have been rewritten. For example, although xpmenu can be used for menus, some special elements are added. The attribute column on the Left can be used for Treeview, but it can also be rewritten.
And the page display is overwritten ,...
I don't know why I have to spend so much effort on the interface to be nice. However, it is not comparable to popular development tools.
BR> II. Main Functions1. Edit UML, er, TFD, and other elements to generate a multi-langua
1. Unordered listAn unordered list is a list of items that are marked with a bold dot (typically a small black circle).The unordered list starts with the 2. Ordered listSimilarly, a sequence table is a list of items that are marked with numbers.The sequence list starts with the 3. Defining the listA custom list is not just a column of items, but a combination of items and their annotations.The custom list starts with the 4. Different types of ordered listsThis example shows the different types o
Feb 03:29 file2.txt-rw-rw-r--. 1 Hadoop hadoop 1048576 Feb 03:20 junk.data-rw-rw-r--. 1 Hadoop Hadoop 02:06 mul_bank.txt-rw-rw-r--. 1 Hadoop Hadoop 08:55 num.txtDrwxrwxr-x. 2 Hadoop hadoop 4096 Feb 03:05 Sub-rw-rw-r--. 1 Hadoop Hadoop 02:11 test.txt"-"-if it is a regular file."D"-if it is a directory"C"-for a character device"B"-for a block device"L"-if it is a symbolic link"S"-for a socket"P"-for a pipechmod u=rwx g=rw o=r filenameHere:U =specifies user PermissionsG =specifies Group permission
Today in the standard sort of blog (http://www.aa25.cn) See "Pure CSS Code Implementation page"
The article
[Ctrl + A All SELECT Note: If the need to introduce external JS need to refresh to perform]
Perhaps a lot of people may be familiar with the Ul,ol,li tags of html, but for DL,DT,DD may not understand, then go to w3.org to see,
http://www.w3.org/TR/2002/WD-xhtml2-20020805/mod-list.html
,
http://www.w3.org/TR/2005/WD-xhtml2-2005052
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.