- 实词:名词、动词、形容词、状态词、区别词、数词、量词、代词
- 虚词:副词、介词、连词、助词、拟声词、叹词。
n 名词
nr 人名
| 178.sdo.com | |
| ac.sdo.com | |
| act.mxd.sdo.com | |
| adrs.sdo.com | |
| aion.sdo.com | |
| analytics.sdo.com | |
| bbs.gui.sdo.com | |
| bbs.sdch.sdo.com | |
| bnb.sdo.com | |
| cal.sdo.com |
| ? | |
| 、 | |
| 。 | |
| “ | |
| ” | |
| 《 | |
| 》 | |
| ! | |
| , | |
| : |
| #!/bin/sh | |
| function _get_down_cmd(){ | |
| echo "\"pget -n ${2} '${1}' -o ${3}\"" | |
| } | |
| if [[ $# -lt 1 ]]; then | |
| echo "need down_url" | |
| echo "$0 用法: $0 [OPTS] <down_url> [maxconn|number] [base|directory]" | |
| exit 1 | |
| fi |
| s = [[1, 2, 3, 4], | |
| [1, 2, 3, 5], | |
| [1, 9, 4], | |
| [10, 11, 12, 7], | |
| [10, 12, 4, 5]] | |
| c = {1:{2:{3:[4, 5]}, 9:[4]}, 10:{11:{12:[7]}, 12:{4:[5]}}} | |
| r = {} |
| .vagrant | |
| Gemfile.lock | |
| Berksfile.lock | |
| tmp/ |
| #!/usr/bin/python | |
| #-*- coding:utf-8 -*- | |
| """ | |
| 给定数字X和Y,返回其中包括多少个数字,数字本身是回文数,同时也是另一个回文数的平方。 | |
| Given two numbers X and Y, return how many numbers in that range | |
| (inclusive) are palindromes, and also the square of a palindrome. | |
| """ | |
| def get_numbers(deep): | |
| if deep == 1: |
| Out[27]: [u'Win32_TSClientSetting', u'Win32_Service', u'Win32_NTEventlogFile', u'CIM_LinkHasConnector', u'CIM_Service', u'Win32_LogicalShareAccess', u'CIM_DependencyContext', u'Win32_SystemNetworkConnections', u'Win32_PageFile', u'MSFT_WmiCoreUser', u'Win32_PerfFormattedData_PerfProc_Process', u'CIM_CreateDirectoryAction', u'MSFT_NetTakeOwnership', u'CIM_OSProcess', u'Win32_LogicalFileAuditing', u'Win32_ModuleTrace', u'Win32_SystemTimeZone', u'__ExtrinsicEvent', u'Win32_PerfRawData_PerfOS_Objects', u'Win32_SecuritySettingAuditing', u'__TimerInstruction', u'Win32_LUID', u'CIM_DiskPartition', u'Win32_PerfRawData_PSched_PSchedFlow', u'Win32_SystemLogicalMemoryConfiguration', u'Win32_IniFileSpecification', u'Win32_SoftwareFeature', u'Win32_ReserveCost', u'Win32_ThreadTrace', u'MSFT_NetServiceStartFailedNone', u'Win32_TapeDrive', u'Win32_SubDirectory', u'Win32_PerfRawData_Tcpip_NetworkInterface', u'MSFT_WmiCoreLogoffEvent', u'Win32_SystemConfigurationChangeEvent', u'Msft_WmiProvider_CreateClassEnumAsyncEvent_Pre', |
#.NET
http://stackoverflow.com/questions/954764/good-net-based-cms http://space.itpub.net/82080/viewspace-626939 http://www.hualay.net/blog/Bloger-Wikipedia/106/106.html
##Orchard Orchard is a free, open source, community-focused project aimed at delivering applications and reusable components on the ASP.NET platform. It will create shared components for building ASP.NET applications and extensions, and specific applications that leverage these components to meet the needs of end-users, scripters, and developers. Additionally, we seek to create partnerships with existing application authors to help them achieve their goals. Orchard is delivered as part of the ASP.NET Open Source Gallery under the Outercurve Foundation. It is licensed under a New BSD license, which is approved by the OSI. The intended output of the Orchard project is three-fold:
Individual .NET-based applications that appeal to end-users , scripters, and developers