Use a regular expression to indicate a string that does not contain 2950

Use VBA in Excel to test the following (matching formula: ^ ((?! 2950).) * $ ): Sub regs () Dim RegEx as object Set RegEx = Createobject ("VBScript. Regexp ") Dim S, mat S = "399295078" RegEx. pattern = "^ ((?! 2950).) * $" RegEx. Global =

Solution to errors when communicating with the background print program system service

Event Type: WarningEvent Source: termservdevicesEvent Type: NoneEvent ID: 1114Date: 2006-12-19Event: 15:50:17User: N/COMPUTER:Description:Print with backgroundProgramAn error occurs during system service communication. Open the Service Management

How to solve the error returned by window. Open in JS

Solve the object error returned after window. Open CopyCode The Code is as follows: window. open () Only add a void on the outer layer of JS without the declaration of return parameters. By the way, the parameters of the window. OPEN function

Reinstall a vbs of IE

CopyCode The Code is as follows: 'run _ ie_reinstall.vbs-runs the Internet Explorer setup '? Doug Knox-4/10/2002 'Downloaded from www.mongoknox.com X = msgbox ("Do You Want to reinstall Internet Explorer? ", Vbyesno," prompt! ") Y = msgbox

Tomcat 5.5 database connection pool Configuration

Server. xml modification I recommend that you use the admin component of Tomcat to complete the configuration in full graphical mode, which is quite easy. Alternatively, write the following configuration between (for your reference only, change it

Page 1/2 of some nice JS User-Defined Functions

1. Dayin () Purpose: You can create a page and print the content with the ID of Dayin to solve the problem of printing part of the content on a page. Usage: The content to be printed is included by , and then an event is defined in a button.

Match Chinese Regular Expressions (gb2312/UTF-8)

I (pcre_caseless) If this modifier is set, characters in the mode match both uppercase and lowercase letters. M (pcre_multiline)By default, PCRE uses the target string as a single "line" character (or even contains a line break ). The line start

A simple sample of custom program logs

CopyCode The Code is as follows: using system; Using system. IO; Using system. text; Public class loginfo { Private string errorinfo_user = ""; // records user-defined error messages Private string errorposition = ""; // records the error location

IP policy to disable Server Ping

Solution Is there any way to make your server escape searching online? Installing and setting a firewall is of course the best way to solve the problem. If you do not have a firewall installed, you can create a security policy to prohibit all

Flex handwritten Online Signature implementation code page 1/2

Online handwritten signatures are divided into two parts. The first part is the implementation of the drawing function, and the second part is the image upload function (uploaded to the server or saved locally ). Drawing: drawing is relatively

Oracle11.2 the process of manually creating a database using the command line

Environment: RHEL 5.4x86, Oracle 11.2 1. Set Environment Variables Edit in/home/Oracle #. Bash_profile # Get the aliases and functions If [-f ~ /. Bashrc]; then .~ /. Bashrc Fi # User specific environment and startup programs #11g r2 Export

Deletes all indexes and statistics of a specified table.

Copy codeThe Code is as follows :------------------------------------------------------------------------ -- Author: HappyFlyStone -- Date: 00:57:10 -- Version: Microsoft SQL Server 2005-9.00.2047.00 (Intel X86) -- Apr 14 2006 01:12:25 -- Copyright (

Garbled characters caused by passing Chinese parameters in JS URLs

The solution is as follows: 1. transcode Chinese parameters twice in JS Copy codeThe Code is as follows: var login_name = document. getElementById ("loginname"). value; Login_name = encodeURI (login_name ); Login_name = encodeURI (login_name ); 2.

A simple SQL row-column conversion statement

A simple SQL row-column Conversion Author: eaglet In database development, we often encounter the problem of column/column conversion, such as the following problems, three tables for departments, employees, and employees. We need to count a list

A problem during data insertion by using Linq to SQL

Copy codeThe Code is as follows: create table RSSFeedRight ( FeedId int Foreign Key (FeedId) References RSSFeed (FeedId) not null, -- FeedId, UserId int Foreign Key (UserId) References UserInfo (UserId) not null, -- UserId, RightValue bigint not

Code for implementing the js sharding Effect

I have also seen some column splitting effects on the Internet, and there is also a jquery plug-in jquery. splitter. js, But they basically did not solve a problem: if there is an iframe on the page, when the split line is dragged through iframe,

Event encapsulation of your own js Tool

Because the ie event is global and firefox event is local, it is not easy to use. At this time, we need to assemble common event operations by ourselves and encapsulate them into classes for reuse. Copy codeThe Code is as follows :/** Class

JQuery select control plug-in

Share the Code with you: JavaScript code Copy codeThe Code is as follows: // obtain the number of select items JQuery. fn. size = function () { Return jQuery (this). get (0). options. length; } // Obtain the index of the selected item JQuery. fn.

Post-modern classic quotations

1. Zhizi's hand is ugly, with tears in its face. The child will not go without me. 2. travel to the West tells us that all monsters with backend servers are taken away and all those without backend servers are killed by a stick. 3. What are you

Method of replacing the content field in the database with a Trojan

Some Trojan fields in sqlsever are cleared. Now we summarize the article "replacing database Trojan fields in batches with sqlsever", hoping to help those in need. [Solution] 1. Back up data first to prevent data loss when the trojan field is

Total Pages: 64722 1 .... 26905 26906 26907 26908 26909 .... 64722 Go to: GO

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.