Skip to navigation Skip to content

Simon Technology Blog

  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

Windows Phone 7 plurk App

Summary: Windows Phone 7 plurk App

Writing web applications with Windows Phone 7 must first study http-related operations, writing a plurk API application should be the easiest .

Of cou

October 18, 2021By Simo Windows app, Phone, plurk, windowsLeave a Comment

Windows Remove Folder All Folders and File Codes

1 bool DeleteFolderAll(LPCTSTR pSrcPath)
2 {
3 if(pSrcPath == NULL)
4 return false;
5
6 wchar_t pwcPath[MAX_PATH];
7 wcscpy(pwcPath, pSrcPath);
8 int ilen = wcslen(pwcPath);
9
10

October 18, 2021By Simo Windows all, code, delete, Files, folder, folders, windowsLeave a Comment

Shell programming actual combat 7

1. Count the number of digits in the document

2. Compare the differences between the files of the two machines

#!/bin/bash

dir=/data/web

[ -f /tmp/md5.list] && >/tmp/md5.lis

October 18, 2021By Simo Unix actual combat, programming, shellLeave a Comment

Regular expression – you need to know the logic behind several regular expressions

I have a code as

$wrk = OC192-1-1-1;
@temp = split (/-/, $wrk);
if ($temp1[3] =~ /101 || 102 /)
{
print ” yes”;
} else {
print “no”;
} Output:

yes I need to know why this is p

October 18, 2021By Simo Regexp back, expressions, know, logic, needs, regular, severalLeave a Comment

Shell Programming Foundation-3

1. while loop

Syntax structure: while condition; do……; done

1) Infinite loop

While:

do

command

done

2) Endless loop

While 1

Do

command

October 18, 2021By Simo Unix foundation, programming, shellLeave a Comment

Regular expression – AWK for separating words by underscore

I use awk very badly, but I know it is very useful for contingency operations.

I have a form file:

JohnSmith_name 3.4
KellySears_name 5.7
RonaldBay_name 1.2
RayShendor_name 2.8 I want

October 18, 2021By Simo Regexp AWK, expressions, isolated, regular, wordsLeave a Comment

The most complete shell script statement syntax (super detailed)

Blog post outline:

Don’t talk nonsense, just use the grammar example:

Requirement①:
first name and 2. last name, and finally displayed on the screen: “Your full name is:” content:

October 18, 2021By Simo Unix all, detailed, grammar, scripting, shell, statement, super, useLeave a Comment

Shell exercise -15

Question requirements
Write a shell and see if there are custom users (ordinary users) in your Linux system. If so, how many?

Core points
centos6 uid>=500
eentos7 uid>=1000

awk -F’:”

October 18, 2021By Simo Unix exercise, shellLeave a Comment

Windows 2008 R2 A authentication error occurs. Unable to connect to local security agencies

(1) Symptoms:
1. I cannot log in to the windows server remotely after following the new patch.
Prompt:

(2) Reason for failure:
Usually, this error message points to the prohibition The remo

October 18, 2021By Simo Windows appearance, connection, error, Identity, institution, Local, R2, security, Unable, verification, windowsLeave a Comment

Window display control in PYQT5

setWindowState(state) #Set window state

Qt.WindowNoState stateless-normal state

Qt.WindowMinimized minimize

Qt. WindowMaximized maximize

self.setWindowState(Qt.WindowMaximiz

October 18, 2021By Simo Windows control, display, Medium, PYQT, PYQT5, windowsLeave a Comment

Posts navigation

Page 1 … Page 57 Page 58 Page 59 … Page 590
Recent Posts
  • Sencha-Touch-2 – Sencha Touch 2, Nested XML Analysis NodeValue
  • Add a separation line and format XML content
  • Is there a norm of simplified XML subsets?
  • Look at it when you write React
  • ReactJS – Present React Redux React-Router App to add the server to the Firebase hosted by the Firebase
Categories
  • Android
  • Apache
  • Apache Kafka
  • Asp
  • Auto-Test
  • Automated Build
  • Aws
  • Bitcoin
  • Browser
  • C & C++
  • C#
  • Centos
  • Cgi
  • Character
  • Cloud Service
  • Cocos2dx
  • Cordova
  • CSS
  • Data Structure
  • Delphi
  • Design Pattern
  • Dojo
  • Dubbo
  • ELK
  • Flex
  • football
  • Game
  • Hadoop
  • Hibernate
  • HTML
  • Hybrid
  • Intel
  • IOS
  • Ipad
  • iPhone
  • Java
  • Javascript
  • Jetty
  • JQuery
  • Jsp
  • Linux
  • Load Balance
  • Lua
  • Macbook
  • Macos
  • Mathematics
  • Micro Services
  • Monitoring
  • Motherboard
  • Mysql
  • Network Hardware
  • Network Marketing
  • Nginx
  • NodeJs
  • Nosql
  • Oracle
  • Os Theory
  • Performance
  • PHP
  • Postgresql
  • Power Designer
  • React
  • Redis
  • Regexp
  • Rom
  • Rss
  • Ruby
  • Search Engines
  • Shell Script
  • Silicon Valley
  • Silverlight
  • Software Design
  • Spring
  • Sql
  • Sqlite
  • Sqlserver
  • Storage
  • Storm
  • Surface
  • SVN
  • Swift
  • System Architecture
  • Tablet
  • Uncategorized
  • Unix
  • Visual Basic
  • Visual Studio
  • Web Crawler
  • WebService
  • Windows
  • Wireless
  • XML
  • ZooKeeper
Archives
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • September 2020
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
© Simon Technology Blog 2025 • ThemeCountry Powered by WordPress