├── DebugServer ├── DebugDict │ ├── __init__.py │ ├── migrations │ │ └── __init__.py │ └── tests.py ├── users │ ├── __init__.py │ ├── migrations │ │ └── __init__.py │ ├── tests.py │ ├── admin.py │ └── views.py ├── DebugServer │ └── __init__.py └── SearchEngine │ └── __init__.py ├── SpiderData ├── 51cto │ ├── Clean │ │ ├── 00030.txt │ │ ├── 00055.txt │ │ ├── 00122.txt │ │ ├── 00172.txt │ │ ├── 00180.txt │ │ ├── 00202.txt │ │ ├── 00218.txt │ │ ├── 00277.txt │ │ ├── 00286.txt │ │ ├── 00301.txt │ │ ├── 00469.txt │ │ ├── 00472.txt │ │ ├── 00589.txt │ │ ├── 00595.txt │ │ ├── 00625.txt │ │ ├── 00671.txt │ │ ├── 00765.txt │ │ ├── 00786.txt │ │ ├── 00791.txt │ │ ├── 00803.txt │ │ ├── 00817.txt │ │ ├── 00844.txt │ │ ├── 00861.txt │ │ ├── 00862.txt │ │ ├── 00896.txt │ │ ├── 00955.txt │ │ ├── 00961.txt │ │ ├── 00994.txt │ │ ├── 01006.txt │ │ ├── 01044.txt │ │ ├── 00027.txt │ │ ├── 00117.txt │ │ ├── 00477.txt │ │ ├── 00522.txt │ │ ├── 00663.txt │ │ ├── 00285.txt │ │ ├── 00638.txt │ │ ├── 00524.txt │ │ ├── 00424.txt │ │ ├── 00843.txt │ │ ├── 00912.txt │ │ ├── 00272.txt │ │ ├── 00422.txt │ │ ├── 00437.txt │ │ ├── 00597.txt │ │ ├── 00607.txt │ │ ├── 00690.txt │ │ ├── 00776.txt │ │ ├── 00461.txt │ │ ├── 00639.txt │ │ ├── 00645.txt │ │ ├── 00664.txt │ │ ├── 00670.txt │ │ ├── 00772.txt │ │ ├── 00804.txt │ │ ├── 00230.txt │ │ ├── 00485.txt │ │ ├── 00497.txt │ │ ├── 00691.txt │ │ ├── 00787.txt │ │ ├── 00816.txt │ │ ├── 00931.txt │ │ ├── 00031.txt │ │ ├── 00310.txt │ │ ├── 00513.txt │ │ ├── 00523.txt │ │ ├── 00918.txt │ │ ├── 00148.txt │ │ ├── 00322.txt │ │ ├── 00339.txt │ │ ├── 00118.txt │ │ ├── 00810.txt │ │ ├── 00028.txt │ │ ├── 00138.txt │ │ ├── 00141.txt │ │ ├── 00343.txt │ │ ├── 00634.txt │ │ ├── 00823.txt │ │ ├── 00983.txt │ │ ├── 00139.txt │ │ ├── 00319.txt │ │ ├── 01048.txt │ │ ├── 00049.txt │ │ ├── 00065.txt │ │ ├── 00264.txt │ │ ├── 00431.txt │ │ ├── 00504.txt │ │ ├── 00104.txt │ │ ├── 00121.txt │ │ ├── 00624.txt │ │ ├── 00696.txt │ │ ├── 00013.txt │ │ ├── 00174.txt │ │ ├── 00217.txt │ │ ├── 00554.txt │ │ ├── 00559.txt │ │ ├── 00021.txt │ │ ├── 00059.txt │ │ ├── 00089.txt │ │ ├── 00302.txt │ │ ├── 00646.txt │ │ ├── 00726.txt │ │ ├── 00243.txt │ │ ├── 00709.txt │ │ ├── 00779.txt │ │ ├── 00115.txt │ │ ├── 00341.txt │ │ ├── 00653.txt │ │ ├── 00656.txt │ │ ├── 00835.txt │ │ ├── 00944.txt │ │ ├── 00134.txt │ │ ├── 00135.txt │ │ ├── 00402.txt │ │ ├── 00637.txt │ │ ├── 00076.txt │ │ ├── 00111.txt │ │ ├── 00599.txt │ │ ├── 00608.txt │ │ ├── 00692.txt │ │ ├── 00940.txt │ │ └── 00965.txt │ └── file_list.xlsx ├── csdn │ ├── Clean │ │ ├── 00084.txt │ │ ├── 00097.txt │ │ ├── 00349.txt │ │ ├── 00644.txt │ │ ├── 00721.txt │ │ ├── 00781.txt │ │ ├── 00809.txt │ │ ├── 00830.txt │ │ ├── 00921.txt │ │ ├── 00993.txt │ │ ├── 01012.txt │ │ ├── 01149.txt │ │ ├── 01175.txt │ │ ├── 01319.txt │ │ ├── 01472.txt │ │ ├── 01497.txt │ │ ├── 01502.txt │ │ ├── 01587.txt │ │ ├── 01662.txt │ │ ├── 01773.txt │ │ ├── 01814.txt │ │ ├── 01881.txt │ │ ├── 01882.txt │ │ ├── 02108.txt │ │ ├── 02319.txt │ │ ├── 02403.txt │ │ ├── 02408.txt │ │ ├── 02491.txt │ │ ├── 02498.txt │ │ ├── 02503.txt │ │ ├── 02711.txt │ │ ├── 02727.txt │ │ ├── 02793.txt │ │ ├── 02885.txt │ │ ├── 02901.txt │ │ ├── 02994.txt │ │ ├── 03597.txt │ │ ├── 03657.txt │ │ ├── 03700.txt │ │ ├── 03741.txt │ │ ├── 03759.txt │ │ ├── 03863.txt │ │ ├── 03885.txt │ │ ├── 04013.txt │ │ ├── 04033.txt │ │ ├── 04072.txt │ │ ├── 04149.txt │ │ ├── 04159.txt │ │ ├── 04270.txt │ │ ├── 04350.txt │ │ ├── 04434.txt │ │ ├── 00511.txt │ │ ├── 01126.txt │ │ ├── 03295.txt │ │ ├── 03314.txt │ │ ├── 03941.txt │ │ ├── 03989.txt │ │ ├── 00173.txt │ │ ├── 02520.txt │ │ ├── 00171.txt │ │ ├── 00745.txt │ │ ├── 00831.txt │ │ ├── 01316.txt │ │ ├── 01390.txt │ │ ├── 01889.txt │ │ ├── 02051.txt │ │ ├── 02143.txt │ │ ├── 02445.txt │ │ ├── 02668.txt │ │ ├── 00235.txt │ │ ├── 00808.txt │ │ ├── 01490.txt │ │ ├── 02023.txt │ │ ├── 02770.txt │ │ ├── 00035.txt │ │ ├── 00089.txt │ │ ├── 00804.txt │ │ ├── 00850.txt │ │ ├── 00917.txt │ │ ├── 00939.txt │ │ ├── 01139.txt │ │ ├── 01433.txt │ │ ├── 01499.txt │ │ ├── 01561.txt │ │ ├── 01640.txt │ │ ├── 01752.txt │ │ ├── 02032.txt │ │ ├── 02210.txt │ │ ├── 02293.txt │ │ ├── 02346.txt │ │ ├── 02464.txt │ │ ├── 02588.txt │ │ ├── 02819.txt │ │ ├── 03239.txt │ │ ├── 01036.txt │ │ ├── 01168.txt │ │ ├── 01798.txt │ │ ├── 02356.txt │ │ ├── 00607.txt │ │ ├── 00860.txt │ │ ├── 01164.txt │ │ ├── 01210.txt │ │ ├── 01420.txt │ │ ├── 01649.txt │ │ ├── 01921.txt │ │ ├── 02241.txt │ │ ├── 02245.txt │ │ ├── 03097.txt │ │ ├── 03651.txt │ │ ├── 03934.txt │ │ ├── 04240.txt │ │ ├── 00786.txt │ │ ├── 01318.txt │ │ ├── 02102.txt │ │ ├── 02502.txt │ │ ├── 04364.txt │ │ ├── 00725.txt │ │ ├── 00760.txt │ │ ├── 00827.txt │ │ ├── 01326.txt │ │ ├── 01360.txt │ │ ├── 01415.txt │ │ ├── 02040.txt │ │ ├── 02213.txt │ │ ├── 02262.txt │ │ ├── 02895.txt │ │ ├── 03197.txt │ │ ├── 03329.txt │ │ ├── 03396.txt │ │ ├── 03770.txt │ │ ├── 03846.txt │ │ ├── 03928.txt │ │ ├── 04083.txt │ │ ├── 04373.txt │ │ ├── 00632.txt │ │ ├── 01113.txt │ │ ├── 01819.txt │ │ ├── 01930.txt │ │ ├── 02394.txt │ │ ├── 02415.txt │ │ ├── 02510.txt │ │ ├── 03443.txt │ │ ├── 04232.txt │ │ ├── 00638.txt │ │ ├── 00994.txt │ │ ├── 01248.txt │ │ ├── 01521.txt │ │ ├── 02018.txt │ │ ├── 02375.txt │ │ ├── 02904.txt │ │ ├── 03382.txt │ │ ├── 03479.txt │ │ ├── 03633.txt │ │ ├── 03949.txt │ │ ├── 03960.txt │ │ ├── 03963.txt │ │ ├── 00088.txt │ │ ├── 00290.txt │ │ ├── 01008.txt │ │ ├── 01684.txt │ │ ├── 02281.txt │ │ ├── 02661.txt │ │ ├── 03524.txt │ │ ├── 04094.txt │ │ ├── 04216.txt │ │ ├── 00842.txt │ │ ├── 00899.txt │ │ ├── 01387.txt │ │ ├── 01486.txt │ │ ├── 02212.txt │ │ ├── 02256.txt │ │ ├── 02330.txt │ │ ├── 03293.txt │ │ ├── 03511.txt │ │ ├── 03940.txt │ │ ├── 04219.txt │ │ ├── 04482.txt │ │ ├── 00723.txt │ │ ├── 00915.txt │ │ ├── 00974.txt │ │ ├── 01146.txt │ │ ├── 01351.txt │ │ ├── 01630.txt │ │ ├── 01646.txt │ │ ├── 01787.txt │ │ ├── 02022.txt │ │ ├── 02188.txt │ │ ├── 02355.txt │ │ ├── 00284.txt │ │ ├── 00603.txt │ │ ├── 00655.txt │ │ ├── 00659.txt │ │ ├── 00756.txt │ │ ├── 01217.txt │ │ ├── 01229.txt │ │ ├── 01234.txt │ │ ├── 01317.txt │ │ ├── 01911.txt │ │ ├── 01946.txt │ │ ├── 01964.txt │ │ ├── 01995.txt │ │ ├── 02077.txt │ │ ├── 02757.txt │ │ ├── 04026.txt │ │ ├── 00582.txt │ │ ├── 00613.txt │ │ ├── 00727.txt │ │ ├── 01184.txt │ │ ├── 01225.txt │ │ ├── 01384.txt │ │ ├── 01988.txt │ │ ├── 02318.txt │ │ ├── 02643.txt │ │ ├── 02724.txt │ │ ├── 03050.txt │ │ ├── 04047.txt │ │ ├── 00833.txt │ │ ├── 01377.txt │ │ ├── 01651.txt │ │ ├── 02110.txt │ │ ├── 03380.txt │ │ ├── 03860.txt │ │ ├── 00604.txt │ │ ├── 00698.txt │ │ ├── 00801.txt │ │ ├── 00936.txt │ │ ├── 01143.txt │ │ ├── 01205.txt │ │ ├── 01371.txt │ │ ├── 01473.txt │ │ ├── 01624.txt │ │ ├── 01924.txt │ │ ├── 02243.txt │ │ ├── 02284.txt │ │ ├── 02391.txt │ │ ├── 03692.txt │ │ ├── 03706.txt │ │ ├── 04158.txt │ │ ├── 04228.txt │ │ ├── 04405.txt │ │ ├── 04415.txt │ │ ├── 00033.txt │ │ ├── 00165.txt │ │ ├── 00539.txt │ │ ├── 00657.txt │ │ ├── 00823.txt │ │ ├── 01275.txt │ │ ├── 01522.txt │ │ ├── 01731.txt │ │ ├── 02046.txt │ │ ├── 02115.txt │ │ ├── 02595.txt │ │ ├── 02932.txt │ │ ├── 03526.txt │ │ ├── 03668.txt │ │ ├── 03684.txt │ │ ├── 04082.txt │ │ ├── 04116.txt │ │ ├── 04185.txt │ │ ├── 00028.txt │ │ ├── 00564.txt │ │ ├── 00746.txt │ │ ├── 00814.txt │ │ ├── 01150.txt │ │ ├── 01453.txt │ │ ├── 01465.txt │ │ ├── 01682.txt │ │ ├── 02031.txt │ │ ├── 02101.txt │ │ ├── 02231.txt │ │ ├── 02540.txt │ │ ├── 03274.txt │ │ ├── 03290.txt │ │ ├── 03437.txt │ │ ├── 03456.txt │ │ ├── 03911.txt │ │ ├── 04119.txt │ │ ├── 04155.txt │ │ ├── 04264.txt │ │ ├── 00129.txt │ │ ├── 00241.txt │ │ ├── 00714.txt │ │ ├── 00768.txt │ │ ├── 00799.txt │ │ ├── 00933.txt │ │ ├── 00935.txt │ │ ├── 01021.txt │ │ ├── 01367.txt │ │ ├── 01480.txt │ │ ├── 01582.txt │ │ ├── 01599.txt │ │ ├── 01612.txt │ │ ├── 01645.txt │ │ ├── 01720.txt │ │ ├── 02095.txt │ │ ├── 02097.txt │ │ ├── 02230.txt │ │ ├── 02254.txt │ │ ├── 02366.txt │ │ ├── 02562.txt │ │ ├── 02632.txt │ │ ├── 03030.txt │ │ ├── 03350.txt │ │ ├── 03747.txt │ │ ├── 03785.txt │ │ ├── 03937.txt │ │ ├── 03978.txt │ │ ├── 04051.txt │ │ ├── 04221.txt │ │ ├── 04356.txt │ │ └── 04396.txt │ └── file_list.xlsx ├── jb51 │ ├── Clean │ │ ├── 00205.txt │ │ ├── 00256.txt │ │ ├── 00257.txt │ │ ├── 00291.txt │ │ ├── 00371.txt │ │ ├── 00586.txt │ │ └── 00661.txt │ └── file_list.xlsx ├── cnblogs │ ├── Clean │ │ ├── 00015.txt │ │ ├── 00105.txt │ │ ├── 00238.txt │ │ ├── 00468.txt │ │ ├── 01022.txt │ │ ├── 01032.txt │ │ ├── 01038.txt │ │ ├── 01423.txt │ │ ├── 01492.txt │ │ ├── 01537.txt │ │ ├── 01542.txt │ │ ├── 01547.txt │ │ ├── 01550.txt │ │ ├── 02030.txt │ │ ├── 02052.txt │ │ ├── 02118.txt │ │ ├── 02307.txt │ │ ├── 02509.txt │ │ ├── 02548.txt │ │ ├── 02794.txt │ │ ├── 02962.txt │ │ ├── 02974.txt │ │ ├── 02984.txt │ │ ├── 02999.txt │ │ ├── 03520.txt │ │ ├── 03551.txt │ │ ├── 03700.txt │ │ ├── 03826.txt │ │ ├── 03856.txt │ │ ├── 03861.txt │ │ ├── 03975.txt │ │ ├── 03999.txt │ │ ├── 04022.txt │ │ ├── 04299.txt │ │ ├── 04393.txt │ │ ├── 04535.txt │ │ ├── 04573.txt │ │ ├── 04722.txt │ │ ├── 04823.txt │ │ ├── 04926.txt │ │ ├── 05034.txt │ │ ├── 05080.txt │ │ ├── 05148.txt │ │ ├── 05210.txt │ │ ├── 05250.txt │ │ ├── 05452.txt │ │ ├── 05526.txt │ │ ├── 05553.txt │ │ ├── 05864.txt │ │ ├── 05914.txt │ │ ├── 06002.txt │ │ ├── 06018.txt │ │ ├── 06109.txt │ │ ├── 06472.txt │ │ ├── 06551.txt │ │ ├── 06698.txt │ │ ├── 06870.txt │ │ ├── 06978.txt │ │ ├── 07366.txt │ │ ├── 07379.txt │ │ ├── 07564.txt │ │ ├── 07640.txt │ │ ├── 07719.txt │ │ ├── 07740.txt │ │ ├── 07884.txt │ │ ├── 07899.txt │ │ ├── 08008.txt │ │ ├── 08032.txt │ │ ├── 08262.txt │ │ ├── 08503.txt │ │ ├── 08534.txt │ │ ├── 08617.txt │ │ ├── 08810.txt │ │ ├── 08906.txt │ │ ├── 09006.txt │ │ ├── 09029.txt │ │ ├── 09030.txt │ │ ├── 09034.txt │ │ ├── 09073.txt │ │ ├── 09105.txt │ │ ├── 10025.txt │ │ ├── 10206.txt │ │ ├── 10266.txt │ │ ├── 10497.txt │ │ ├── 10518.txt │ │ ├── 10531.txt │ │ ├── 10532.txt │ │ ├── 10546.txt │ │ ├── 10665.txt │ │ ├── 10964.txt │ │ ├── 10982.txt │ │ ├── 11008.txt │ │ ├── 11015.txt │ │ ├── 11016.txt │ │ ├── 11047.txt │ │ ├── 11048.txt │ │ ├── 11359.txt │ │ ├── 11437.txt │ │ ├── 11552.txt │ │ ├── 11656.txt │ │ ├── 11794.txt │ │ ├── 11937.txt │ │ ├── 12057.txt │ │ ├── 12222.txt │ │ ├── 12363.txt │ │ ├── 12443.txt │ │ ├── 12517.txt │ │ ├── 12524.txt │ │ ├── 01028.txt │ │ ├── 02530.txt │ │ ├── 06509.txt │ │ ├── 01510.txt │ │ ├── 01541.txt │ │ ├── 09523.txt │ │ ├── 10007.txt │ │ ├── 10013.txt │ │ ├── 05018.txt │ │ ├── 05426.txt │ │ ├── 07066.txt │ │ ├── 07688.txt │ │ ├── 08004.txt │ │ ├── 10535.txt │ │ ├── 10571.txt │ │ ├── 02690.txt │ │ ├── 05992.txt │ │ ├── 06735.txt │ │ ├── 07310.txt │ │ ├── 08019.txt │ │ ├── 03011.txt │ │ ├── 04833.txt │ │ ├── 12021.txt │ │ ├── 12506.txt │ │ ├── 01036.txt │ │ ├── 06563.txt │ │ ├── 07646.txt │ │ ├── 10022.txt │ │ ├── 12034.txt │ │ ├── 12369.txt │ │ ├── 01544.txt │ │ ├── 02048.txt │ │ ├── 04308.txt │ │ ├── 05517.txt │ │ ├── 06559.txt │ │ ├── 07320.txt │ │ ├── 09039.txt │ │ ├── 09040.txt │ │ ├── 11703.txt │ │ ├── 11704.txt │ │ ├── 03552.txt │ │ ├── 06010.txt │ │ ├── 10097.txt │ │ ├── 10542.txt │ │ ├── 02553.txt │ │ ├── 03023.txt │ │ ├── 04307.txt │ │ ├── 08499.txt │ │ ├── 08542.txt │ │ ├── 08838.txt │ │ ├── 10715.txt │ │ ├── 12535.txt │ │ ├── 00018.txt │ │ ├── 01373.txt │ │ ├── 01502.txt │ │ ├── 01551.txt │ │ ├── 03056.txt │ │ ├── 06483.txt │ │ ├── 06550.txt │ │ ├── 06767.txt │ │ ├── 07302.txt │ │ ├── 07417.txt │ │ ├── 09032.txt │ │ ├── 10010.txt │ │ ├── 10519.txt │ │ ├── 11050.txt │ │ ├── 12033.txt │ │ ├── 12510.txt │ │ ├── 02050.txt │ │ ├── 04482.txt │ │ ├── 04538.txt │ │ ├── 04709.txt │ │ ├── 06995.txt │ │ ├── 12617.txt │ │ ├── 01983.txt │ │ ├── 02059.txt │ │ ├── 02222.txt │ │ ├── 06113.txt │ │ ├── 06553.txt │ │ ├── 08129.txt │ │ ├── 09058.txt │ │ ├── 10871.txt │ │ ├── 00590.txt │ │ ├── 04731.txt │ │ ├── 08028.txt │ │ ├── 00162.txt │ │ ├── 03486.txt │ │ ├── 06197.txt │ │ ├── 06274.txt │ │ ├── 07449.txt │ │ ├── 07992.txt │ │ ├── 09501.txt │ │ ├── 10525.txt │ │ ├── 01118.txt │ │ ├── 02394.txt │ │ ├── 03074.txt │ │ ├── 03624.txt │ │ ├── 03741.txt │ │ ├── 04256.txt │ │ ├── 04537.txt │ │ ├── 06208.txt │ │ ├── 06506.txt │ │ ├── 08111.txt │ │ ├── 09026.txt │ │ ├── 11151.txt │ │ ├── 11583.txt │ │ ├── 00093.txt │ │ ├── 01448.txt │ │ ├── 02149.txt │ │ ├── 03578.txt │ │ ├── 05535.txt │ │ ├── 05624.txt │ │ ├── 06178.txt │ │ ├── 06987.txt │ │ ├── 08683.txt │ │ ├── 09586.txt │ │ ├── 09891.txt │ │ ├── 09977.txt │ │ ├── 10944.txt │ │ ├── 11537.txt │ │ ├── 11540.txt │ │ ├── 12225.txt │ │ ├── 12500.txt │ │ ├── 12513.txt │ │ ├── 02029.txt │ │ ├── 02568.txt │ │ ├── 02596.txt │ │ ├── 02598.txt │ │ ├── 02664.txt │ │ ├── 03301.txt │ │ ├── 05880.txt │ │ ├── 08145.txt │ │ ├── 08665.txt │ │ ├── 09244.txt │ │ ├── 12001.txt │ │ ├── 12030.txt │ │ ├── 12605.txt │ │ ├── 01590.txt │ │ ├── 03582.txt │ │ ├── 04684.txt │ │ ├── 05635.txt │ │ ├── 07072.txt │ │ ├── 07536.txt │ │ ├── 07926.txt │ │ ├── 08021.txt │ │ ├── 10285.txt │ │ ├── 11544.txt │ │ ├── 11545.txt │ │ ├── 12014.txt │ │ ├── 12468.txt │ │ ├── 00034.txt │ │ ├── 00089.txt │ │ ├── 00600.txt │ │ ├── 02152.txt │ │ ├── 03998.txt │ │ ├── 04055.txt │ │ ├── 05157.txt │ │ ├── 06035.txt │ │ ├── 09017.txt │ │ ├── 09047.txt │ │ ├── 10489.txt │ │ ├── 11556.txt │ │ ├── 00552.txt │ │ ├── 01013.txt │ │ ├── 02019.txt │ │ └── 02035.txt │ └── file_list.xlsx ├── jianshu │ ├── Clean │ │ ├── 00328.txt │ │ ├── 00340.txt │ │ ├── 00351.txt │ │ ├── 01105.txt │ │ ├── 01340.txt │ │ ├── 01638.txt │ │ ├── 01516.txt │ │ ├── 01123.txt │ │ ├── 01619.txt │ │ ├── 01620.txt │ │ ├── 01442.txt │ │ ├── 01316.txt │ │ ├── 01663.txt │ │ ├── 01227.txt │ │ ├── 00462.txt │ │ ├── 00531.txt │ │ ├── 01119.txt │ │ ├── 01326.txt │ │ ├── 01616.txt │ │ ├── 00012.txt │ │ ├── 01325.txt │ │ ├── 01365.txt │ │ ├── 01222.txt │ │ ├── 01090.txt │ │ ├── 01114.txt │ │ ├── 01120.txt │ │ ├── 01491.txt │ │ ├── 00457.txt │ │ ├── 00464.txt │ │ ├── 01239.txt │ │ ├── 01343.txt │ │ ├── 01624.txt │ │ ├── 01443.txt │ │ ├── 00387.txt │ │ ├── 00555.txt │ │ ├── 00562.txt │ │ ├── 01106.txt │ │ ├── 01756.txt │ │ ├── 00533.txt │ │ ├── 01140.txt │ │ ├── 00379.txt │ │ ├── 00535.txt │ │ ├── 01122.txt │ │ ├── 01128.txt │ │ ├── 00015.txt │ │ ├── 01089.txt │ │ ├── 01328.txt │ │ ├── 01333.txt │ │ ├── 01444.txt │ │ ├── 01445.txt │ │ ├── 01621.txt │ │ ├── 01537.txt │ │ └── 01748.txt │ └── file_list.xlsx ├── oschina │ ├── Clean │ │ ├── 00408.txt │ │ ├── 00426.txt │ │ ├── 00437.txt │ │ ├── 00860.txt │ │ ├── 01936.txt │ │ ├── 02022.txt │ │ ├── 02384.txt │ │ ├── 02459.txt │ │ ├── 02534.txt │ │ ├── 02558.txt │ │ ├── 03474.txt │ │ ├── 04139.txt │ │ ├── 04320.txt │ │ ├── 04341.txt │ │ ├── 05551.txt │ │ ├── 05733.txt │ │ ├── 05743.txt │ │ ├── 05774.txt │ │ ├── 06260.txt │ │ ├── 06301.txt │ │ ├── 06558.txt │ │ ├── 06815.txt │ │ ├── 06854.txt │ │ ├── 06945.txt │ │ ├── 07166.txt │ │ ├── 07319.txt │ │ ├── 07595.txt │ │ ├── 08063.txt │ │ ├── 08248.txt │ │ ├── 08684.txt │ │ ├── 08844.txt │ │ ├── 08886.txt │ │ ├── 08973.txt │ │ ├── 09193.txt │ │ ├── 09220.txt │ │ ├── 02964.txt │ │ ├── 03851.txt │ │ ├── 03879.txt │ │ ├── 06821.txt │ │ ├── 06860.txt │ │ ├── 07177.txt │ │ ├── 03318.txt │ │ ├── 03402.txt │ │ ├── 05649.txt │ │ ├── 05650.txt │ │ ├── 05651.txt │ │ ├── 06323.txt │ │ ├── 04401.txt │ │ ├── 04467.txt │ │ ├── 08261.txt │ │ ├── 02896.txt │ │ ├── 05584.txt │ │ ├── 09604.txt │ │ ├── 04766.txt │ │ ├── 08072.txt │ │ ├── 08128.txt │ │ ├── 04289.txt │ │ ├── 04556.txt │ │ ├── 07384.txt │ │ ├── 08388.txt │ │ ├── 00854.txt │ │ ├── 00909.txt │ │ ├── 04675.txt │ │ ├── 07641.txt │ │ ├── 09832.txt │ │ ├── 09901.txt │ │ ├── 04155.txt │ │ ├── 05853.txt │ │ ├── 04318.txt │ │ ├── 04369.txt │ │ ├── 05299.txt │ │ ├── 07599.txt │ │ ├── 08061.txt │ │ ├── 08097.txt │ │ ├── 08099.txt │ │ ├── 08782.txt │ │ ├── 03119.txt │ │ ├── 03219.txt │ │ ├── 05512.txt │ │ ├── 08421.txt │ │ ├── 08622.txt │ │ ├── 03381.txt │ │ ├── 07471.txt │ │ ├── 07501.txt │ │ ├── 09650.txt │ │ ├── 00866.txt │ │ ├── 05625.txt │ │ ├── 07800.txt │ │ ├── 07825.txt │ │ ├── 09725.txt │ │ ├── 08310.txt │ │ ├── 08553.txt │ │ ├── 08569.txt │ │ ├── 08579.txt │ │ ├── 08682.txt │ │ ├── 00318.txt │ │ ├── 00519.txt │ │ ├── 00688.txt │ │ ├── 05936.txt │ │ ├── 06567.txt │ │ ├── 06983.txt │ │ ├── 07305.txt │ │ ├── 08503.txt │ │ ├── 08613.txt │ │ ├── 08769.txt │ │ ├── 06347.txt │ │ └── 07223.txt │ └── file_list.xlsx └── Preprocess │ └── GetText │ └── settings.py ├── TrainData └── Input │ ├── cnblogs │ ├── 00010.json │ ├── 00063.json │ ├── 00114.json │ ├── 00212.json │ ├── 00233.json │ ├── 00272.json │ ├── 00280.json │ ├── 00306.json │ ├── 00313.json │ ├── 00322.json │ ├── 00351.json │ ├── 00374.json │ ├── 03536.json │ ├── 03582.json │ ├── 03889.json │ ├── 06664.json │ ├── 07024.json │ ├── 10072.json │ ├── 10188.json │ ├── 10220.json │ ├── 10272.json │ ├── 10471.json │ └── 10665.json │ ├── jianshu │ ├── 00008.json │ ├── 00333.json │ ├── 01044.json │ ├── 01234.json │ ├── 01334.json │ ├── 01618.json │ ├── 00228.json │ ├── 00313.json │ ├── 00376.json │ ├── 00457.json │ ├── 01014.json │ ├── 01264.json │ ├── 01274.json │ ├── 01454.json │ ├── 01485.json │ └── 01505.json │ └── oschina │ ├── 00028.json │ ├── 00122.json │ ├── 00241.json │ ├── 00281.json │ ├── 01388.json │ ├── 01554.json │ ├── 01734.json │ ├── 01819.json │ ├── 03310.json │ ├── 03416.json │ ├── 03614.json │ ├── 04030.json │ ├── 04085.json │ ├── 04318.json │ ├── 04354.json │ ├── 05936.json │ ├── 06071.json │ ├── 06222.json │ ├── 06626.json │ ├── 07711.json │ ├── 07774.json │ ├── 07800.json │ ├── 07835.json │ ├── 07912.json │ ├── 07951.json │ ├── 08178.json │ └── 08261.json └── DebugTrain └── train_simple └── __init__.py /DebugServer/DebugDict/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /DebugServer/users/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00030.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00055.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00122.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00172.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00180.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00202.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00218.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00277.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00286.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00301.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00469.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00472.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00589.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00595.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00625.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00671.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00765.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00786.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00791.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00803.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00817.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00844.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00861.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00862.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00896.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00955.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00961.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00994.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/01006.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/01044.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00084.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00097.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00349.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00644.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00721.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00781.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00809.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00830.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00921.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00993.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01012.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01149.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01175.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01319.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01472.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01497.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01502.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01587.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01662.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01773.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01814.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01881.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01882.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02108.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02319.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02403.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02408.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02491.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02498.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02503.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02711.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02727.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02793.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02885.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02901.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02994.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03597.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03657.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03700.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03741.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03759.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03863.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03885.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/04013.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/04033.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/04072.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/04149.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/04159.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/04270.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/04350.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/04434.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/jb51/Clean/00205.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/jb51/Clean/00256.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/jb51/Clean/00257.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/jb51/Clean/00291.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/jb51/Clean/00371.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/jb51/Clean/00586.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/jb51/Clean/00661.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /DebugServer/DebugServer/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/00015.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/00105.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/00238.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/00468.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/01022.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/01032.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/01038.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/01423.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/01492.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/01537.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/01542.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/01547.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/01550.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/02030.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/02052.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/02118.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/02307.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/02509.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/02548.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/02794.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/02962.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/02974.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/02984.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/02999.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/03520.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/03551.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/03700.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/03826.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/03856.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/03861.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/03975.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/03999.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/04022.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/04299.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/04393.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/04535.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/04573.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/04722.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/04823.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/04926.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/05034.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/05080.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/05148.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/05210.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/05250.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/05452.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/05526.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/05553.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/05864.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/05914.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/06002.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/06018.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/06109.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/06472.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/06551.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/06698.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/06870.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/06978.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/07366.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/07379.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/07564.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/07640.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/07719.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/07740.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/07884.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/07899.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/08008.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/08032.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/08262.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/08503.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/08534.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/08617.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/08810.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/08906.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/09006.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/09029.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/09030.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/09034.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/09073.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/09105.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/10025.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/10206.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/10266.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/10497.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/10518.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/10531.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/10532.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/10546.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/10665.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/10964.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/10982.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/11008.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/11015.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/11016.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/11047.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/11048.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/11359.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/11437.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/11552.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/11656.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/11794.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/11937.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/12057.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/12222.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/12363.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/12443.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/12517.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/12524.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/00328.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/00340.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/00351.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/01105.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/01340.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/01638.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/00408.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/00426.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/00437.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/00860.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/01936.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/02022.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/02384.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/02459.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/02534.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/02558.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/03474.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/04139.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/04320.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/04341.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/05551.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/05733.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/05743.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/05774.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/06260.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/06301.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/06558.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/06815.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/06854.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/06945.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/07166.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/07319.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/07595.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/08063.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/08248.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/08684.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/08844.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/08886.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/08973.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/09193.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/09220.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /DebugServer/users/migrations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/Preprocess/GetText/settings.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00511.txt: -------------------------------------------------------------------------------- 1 | 跳转 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01126.txt: -------------------------------------------------------------------------------- 1 | 。 2 | 3 | -------------------------------------------------------------------------------- /DebugServer/DebugDict/migrations/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00027.txt: -------------------------------------------------------------------------------- 1 |    2 | 3 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00117.txt: -------------------------------------------------------------------------------- 1 | 改成 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00477.txt: -------------------------------------------------------------------------------- 1 | 解决方法: 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00522.txt: -------------------------------------------------------------------------------- 1 | 重点在 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00663.txt: -------------------------------------------------------------------------------- 1 | 异常类 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/01028.txt: -------------------------------------------------------------------------------- 1 |    2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/02530.txt: -------------------------------------------------------------------------------- 1 |   2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/06509.txt: -------------------------------------------------------------------------------- 1 | 报错信息 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03295.txt: -------------------------------------------------------------------------------- 1 | 记录练习5 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03314.txt: -------------------------------------------------------------------------------- 1 | 异常类型: 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03941.txt: -------------------------------------------------------------------------------- 1 | 记录练习5 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03989.txt: -------------------------------------------------------------------------------- 1 | 异常类型: 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/02964.txt: -------------------------------------------------------------------------------- 1 | 问题: 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00285.txt: -------------------------------------------------------------------------------- 1 | --user=root 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00638.txt: -------------------------------------------------------------------------------- 1 | 之前是报这样的错: 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/01510.txt: -------------------------------------------------------------------------------- 1 | 核心代码: 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/01541.txt: -------------------------------------------------------------------------------- 1 | 输出如下: 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/09523.txt: -------------------------------------------------------------------------------- 1 | 2 | 解决方法 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/10007.txt: -------------------------------------------------------------------------------- 1 | 自定义异常输出 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/10013.txt: -------------------------------------------------------------------------------- 1 | 完整报错信息如下: 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00173.txt: -------------------------------------------------------------------------------- 1 | 错误原因是被除数为0 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02520.txt: -------------------------------------------------------------------------------- 1 | 错误原因是被除数为0 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/01516.txt: -------------------------------------------------------------------------------- 1 | [参考link] 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/03851.txt: -------------------------------------------------------------------------------- 1 | 2 | 注释报错 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/03879.txt: -------------------------------------------------------------------------------- 1 | 2 | 注释报错 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/06821.txt: -------------------------------------------------------------------------------- 1 | 可能是项目没有启动 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/06860.txt: -------------------------------------------------------------------------------- 1 | 可能是项目没有启动 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/07177.txt: -------------------------------------------------------------------------------- 1 | 可能是项目没有启动 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00524.txt: -------------------------------------------------------------------------------- 1 | 清除一下idea缓存试试 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/05018.txt: -------------------------------------------------------------------------------- 1 | 执行上面两条命令,成功安装 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00171.txt: -------------------------------------------------------------------------------- 1 | 安装1.4pytorch 解决了 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00745.txt: -------------------------------------------------------------------------------- 1 | 不要把文件名起的和turtle一样 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00831.txt: -------------------------------------------------------------------------------- 1 | 就是yield需要放在函数内使用 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01316.txt: -------------------------------------------------------------------------------- 1 | 不要把文件名起的和turtle一样 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01390.txt: -------------------------------------------------------------------------------- 1 | 就是yield需要放在函数内使用 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01889.txt: -------------------------------------------------------------------------------- 1 | 输出为整数如果是0.85会变为0。 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02051.txt: -------------------------------------------------------------------------------- 1 | 不要把文件名起的和turtle一样 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02143.txt: -------------------------------------------------------------------------------- 1 | 就是yield需要放在函数内使用 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02445.txt: -------------------------------------------------------------------------------- 1 | 输出为整数如果是0.85会变为0。 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02668.txt: -------------------------------------------------------------------------------- 1 | 安装1.4pytorch 解决了 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/03318.txt: -------------------------------------------------------------------------------- 1 | 2 | floor报错注入 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/03402.txt: -------------------------------------------------------------------------------- 1 | 2 | floor报错注入 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00424.txt: -------------------------------------------------------------------------------- 1 | 解决办法: 2 | 3 | 整行代码上贴 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00843.txt: -------------------------------------------------------------------------------- 1 | WindowsError的错误代码详解 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00912.txt: -------------------------------------------------------------------------------- 1 | [] 2 | 换成 3 | () 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/05426.txt: -------------------------------------------------------------------------------- 1 | 错误1:安装Mysqlclient 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/07066.txt: -------------------------------------------------------------------------------- 1 | 报错日志 2 | 3 | 解决方案: 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/07688.txt: -------------------------------------------------------------------------------- 1 | 报错如下: 2 | 3 | 删除 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/08004.txt: -------------------------------------------------------------------------------- 1 | 问题1: 2 | 3 | 问题2: 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/10535.txt: -------------------------------------------------------------------------------- 1 | 将configpath修改为绝对路径 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/10571.txt: -------------------------------------------------------------------------------- 1 | 这个问题自己犯过几次,加深一下记忆 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00235.txt: -------------------------------------------------------------------------------- 1 | 可参考:python 导入同级目录文件时报错 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00808.txt: -------------------------------------------------------------------------------- 1 | !type报错(后面的注释也会被读进去) 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01490.txt: -------------------------------------------------------------------------------- 1 | !type报错(后面的注释也会被读进去) 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02023.txt: -------------------------------------------------------------------------------- 1 | !type报错(后面的注释也会被读进去) 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02770.txt: -------------------------------------------------------------------------------- 1 | 可参考:python 导入同级目录文件时报错 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/01123.txt: -------------------------------------------------------------------------------- 1 | unset PYTHONPATH 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/01619.txt: -------------------------------------------------------------------------------- 1 | 有大神知道这是报什么错吗??? 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/01620.txt: -------------------------------------------------------------------------------- 1 | 有大神知道这是报什么错吗??? 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/05649.txt: -------------------------------------------------------------------------------- 1 | 操作系统版本CentOS 6.5 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/05650.txt: -------------------------------------------------------------------------------- 1 | 操作系统版本CentOS 6.5 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/05651.txt: -------------------------------------------------------------------------------- 1 | 操作系统版本CentOS 6.5 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/06323.txt: -------------------------------------------------------------------------------- 1 | 错误信息 2 | 3 | 解决办法 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00272.txt: -------------------------------------------------------------------------------- 1 | 修改方法:把decode改为encode即可。 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00422.txt: -------------------------------------------------------------------------------- 1 | Python中不支持空格和tab混用,需要保持一致 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00437.txt: -------------------------------------------------------------------------------- 1 | Python中不支持空格和tab混用,需要保持一致 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/02690.txt: -------------------------------------------------------------------------------- 1 | 报错信息如下: 2 | 3 | 解决办法: 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/05992.txt: -------------------------------------------------------------------------------- 1 | 解决:更新安装service_identity 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/06735.txt: -------------------------------------------------------------------------------- 1 | 报错代码: 2 | 3 | 报错内容: 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/07310.txt: -------------------------------------------------------------------------------- 1 | 报错代码: 2 | 3 | 报错内容: 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/08019.txt: -------------------------------------------------------------------------------- 1 | 个人博客,欢迎来撩 fangzengye.com 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00035.txt: -------------------------------------------------------------------------------- 1 | apt-get install libmpc-dev 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00089.txt: -------------------------------------------------------------------------------- 1 | 【python】python 如何跳过异常继续执行 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00804.txt: -------------------------------------------------------------------------------- 1 | 【python】python 如何跳过异常继续执行 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00850.txt: -------------------------------------------------------------------------------- 1 | 2 | 使用pip install pyyaml 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00917.txt: -------------------------------------------------------------------------------- 1 | 2 | CMD安装python库报错解决方法 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00939.txt: -------------------------------------------------------------------------------- 1 | 2 | 关于import torch报错问题的解决 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01139.txt: -------------------------------------------------------------------------------- 1 | Python中不支持空格和tab混用,需要保持一致 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01433.txt: -------------------------------------------------------------------------------- 1 | 2 | 关于import torch报错问题的解决 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01499.txt: -------------------------------------------------------------------------------- 1 | 2 | 使用pip install pyyaml 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01561.txt: -------------------------------------------------------------------------------- 1 | 2 | CMD安装python库报错解决方法 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01640.txt: -------------------------------------------------------------------------------- 1 | Python中不支持空格和tab混用,需要保持一致 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01752.txt: -------------------------------------------------------------------------------- 1 | 【python】python 如何跳过异常继续执行 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02032.txt: -------------------------------------------------------------------------------- 1 | 【python】python 如何跳过异常继续执行 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02210.txt: -------------------------------------------------------------------------------- 1 | 2 | 关于import torch报错问题的解决 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02293.txt: -------------------------------------------------------------------------------- 1 | 2 | CMD安装python库报错解决方法 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02346.txt: -------------------------------------------------------------------------------- 1 | 2 | 使用pip install pyyaml 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02464.txt: -------------------------------------------------------------------------------- 1 | Python中不支持空格和tab混用,需要保持一致 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02588.txt: -------------------------------------------------------------------------------- 1 | apt-get install libmpc-dev 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02819.txt: -------------------------------------------------------------------------------- 1 | pip install pillow就可以解决 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03239.txt: -------------------------------------------------------------------------------- 1 | 【python】python 如何跳过异常继续执行 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/04401.txt: -------------------------------------------------------------------------------- 1 | 1、activiti启动报错,检查如下表是否空: 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/04467.txt: -------------------------------------------------------------------------------- 1 | 1、activiti启动报错,检查如下表是否空: 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/08261.txt: -------------------------------------------------------------------------------- 1 | 填错了参数。没有任何的报错信息return; 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00597.txt: -------------------------------------------------------------------------------- 1 | 2 | ​​友链​​ 3 | 4 | 通过loop循环解决 5 | 6 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00607.txt: -------------------------------------------------------------------------------- 1 | 在文件首行加#coding=utf-8,一定要在最顶行添加 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00690.txt: -------------------------------------------------------------------------------- 1 | 其实,通过go run main.go命令也可以正常运行 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00776.txt: -------------------------------------------------------------------------------- 1 | 参考 2 | ​​Python忽略warning警告错误​​ 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/03011.txt: -------------------------------------------------------------------------------- 1 | 花了好长时间一直在搞这个 2 | 3 | 源代码: 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/04833.txt: -------------------------------------------------------------------------------- 1 | 2 | 报错背景 3 | 4 | 5 | 解决方案 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/12021.txt: -------------------------------------------------------------------------------- 1 | 2 | 出现的问题 3 | 4 | 5 | 解决办法 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/12506.txt: -------------------------------------------------------------------------------- 1 | 2 | 报错内容 3 | 4 | 5 | 解决方法 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01036.txt: -------------------------------------------------------------------------------- 1 | conda install -c conda-forge 包 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01168.txt: -------------------------------------------------------------------------------- 1 | 解决方法,重启appium,确保appium在脚本运行前已经打开 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01798.txt: -------------------------------------------------------------------------------- 1 | conda install -c conda-forge 包 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02356.txt: -------------------------------------------------------------------------------- 1 | conda install -c conda-forge 包 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/01442.txt: -------------------------------------------------------------------------------- 1 | 2 | 问题说明点我 3 | 4 | 最终解决点我 5 | 6 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00461.txt: -------------------------------------------------------------------------------- 1 | 2 | 文章目录 3 | 4 | 主要是由于两个模块相互导入造成的 5 | 6 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00639.txt: -------------------------------------------------------------------------------- 1 | from torchvision import transforms 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00645.txt: -------------------------------------------------------------------------------- 1 | from torchvision import transforms 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00664.txt: -------------------------------------------------------------------------------- 1 | 解决问题很简单,把文件用记事本打开,然后另存为,下面编码选ANSI就好。 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00670.txt: -------------------------------------------------------------------------------- 1 | 解决问题很简单,把文件用记事本打开,然后另存为,下面编码选ANSI就好。 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/01036.txt: -------------------------------------------------------------------------------- 1 | 将app加入settings的INSTALLED_APPS 中 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/06563.txt: -------------------------------------------------------------------------------- 1 | 执行命令 2 | 3 | 错误信息: 4 | 5 | 解决办法: 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/07646.txt: -------------------------------------------------------------------------------- 1 | 2 | 一.错误信息 3 | 4 | 5 | 二.修改方法 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/10022.txt: -------------------------------------------------------------------------------- 1 | Python 使用 xlrd 读取.xlsx Excel文件报错 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/12034.txt: -------------------------------------------------------------------------------- 1 | 解决方法:按照参数定义参数的顺序填写 2 | 3 | 例: 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/12369.txt: -------------------------------------------------------------------------------- 1 | 报错信息: 2 | 3 | 推测与项目中socketio有关 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00607.txt: -------------------------------------------------------------------------------- 1 | 原因:“意外的缩进”,有不正确的空格,找出并删掉/改成tab缩进即可。 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00860.txt: -------------------------------------------------------------------------------- 1 | 意思:该操作在数学中不可执行; 2 | 如:分母为0,对负数开根号等 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01164.txt: -------------------------------------------------------------------------------- 1 | 第一行或者第二行加 2 | 3 | # coding=utf-8 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01210.txt: -------------------------------------------------------------------------------- 1 | 原因:“意外的缩进”,有不正确的空格,找出并删掉/改成tab缩进即可。 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01420.txt: -------------------------------------------------------------------------------- 1 | 意思:该操作在数学中不可执行; 2 | 如:分母为0,对负数开根号等 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01649.txt: -------------------------------------------------------------------------------- 1 | 第一行或者第二行加 2 | 3 | # coding=utf-8 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01921.txt: -------------------------------------------------------------------------------- 1 | 原因:“意外的缩进”,有不正确的空格,找出并删掉/改成tab缩进即可。 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02241.txt: -------------------------------------------------------------------------------- 1 | 意思:该操作在数学中不可执行; 2 | 如:分母为0,对负数开根号等 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02245.txt: -------------------------------------------------------------------------------- 1 | 第一行或者第二行加 2 | 3 | # coding=utf-8 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03097.txt: -------------------------------------------------------------------------------- 1 | 是因为scrapy版本和attrs版本不同更新一下就可以了具体做法 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03651.txt: -------------------------------------------------------------------------------- 1 | 导致原因:py脚本在往csv文件写入数据时手动打开了文件导致写入终止。 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03934.txt: -------------------------------------------------------------------------------- 1 | 导致原因:py脚本在往csv文件写入数据时手动打开了文件导致写入终止。 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/04240.txt: -------------------------------------------------------------------------------- 1 | 检查类中构造函数__init__()是否写正确,左右两边各两条下划线 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/01316.txt: -------------------------------------------------------------------------------- 1 | 哈哈,我真的是什么都学。。毕竟现在公司这么烂,多门技术多条出路。。。 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/01663.txt: -------------------------------------------------------------------------------- 1 | pip install Appium-Python-Client 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/02896.txt: -------------------------------------------------------------------------------- 1 | 使用TensorFlow训练神经网络的时候,出现以下报错信息: 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/05584.txt: -------------------------------------------------------------------------------- 1 | 初始化数据库  #/usr/bin/mysql_install_db 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/09604.txt: -------------------------------------------------------------------------------- 1 | sudo apt-get install libc6:i386 2 | 3 | -------------------------------------------------------------------------------- /TrainData/Input/cnblogs/00010.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/cnblogs/00063.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/cnblogs/00114.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/cnblogs/00212.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/cnblogs/00233.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/cnblogs/00272.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/cnblogs/00280.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/cnblogs/00306.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/cnblogs/00313.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/cnblogs/00322.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/cnblogs/00351.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/cnblogs/00374.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/cnblogs/03536.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/cnblogs/03582.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/cnblogs/03889.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/cnblogs/06664.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/cnblogs/07024.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/cnblogs/10072.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/jianshu/00008.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/jianshu/00333.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/jianshu/01044.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/jianshu/01234.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/jianshu/01334.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/jianshu/01618.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00772.txt: -------------------------------------------------------------------------------- 1 | https://www.jianshu.com/p/cdacf4b74646 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00804.txt: -------------------------------------------------------------------------------- 1 | 错误原因 2 | 3 | 4 | 还有缺少c++ 5 | 6 | 记录一下 7 | 8 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/01544.txt: -------------------------------------------------------------------------------- 1 | 这个 如果出现将 None 赋值给 某个语句时 2 | 3 | 如下 案例 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/02048.txt: -------------------------------------------------------------------------------- 1 | python3 中已经不使用cmp函数进行比较大小,使用operator模块 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/04308.txt: -------------------------------------------------------------------------------- 1 | 问题一: 2 | 3 | 命令行启动Appium后,执行测试用例,报错 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/05517.txt: -------------------------------------------------------------------------------- 1 | 错误信息: 2 | 3 | 解决方法: 4 | 5 | git init 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/06559.txt: -------------------------------------------------------------------------------- 1 | 问题: Read Timed out. 2 | 3 | 解决:指定仓库 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/07320.txt: -------------------------------------------------------------------------------- 1 | 检查后发现,我的models设计的 cid 而数据库里面是 cid_id 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/09039.txt: -------------------------------------------------------------------------------- 1 | 原因:列表a定义为一个空列表,a[0]这个元素不存在,所以为其赋值会报错 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/09040.txt: -------------------------------------------------------------------------------- 1 | 原因:列表a定义为一个空列表,a[0]这个元素不存在,所以为其赋值会报错 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/11703.txt: -------------------------------------------------------------------------------- 1 | 1. python常见的异常类型 2 | 3 | 2.常见的异常处理形式 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/11704.txt: -------------------------------------------------------------------------------- 1 | 1. python常见的异常类型 2 | 3 | 2.常见的异常处理形式 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00786.txt: -------------------------------------------------------------------------------- 1 | 这个报错常见于格式错误,解决方法: 2 | 3 | 将密码由“数字”改成“字符串” 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01318.txt: -------------------------------------------------------------------------------- 1 | 这个报错常见于格式错误,解决方法: 2 | 3 | 将密码由“数字”改成“字符串” 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02102.txt: -------------------------------------------------------------------------------- 1 | 这个报错常见于格式错误,解决方法: 2 | 3 | 将密码由“数字”改成“字符串” 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02502.txt: -------------------------------------------------------------------------------- 1 | geopandas包安装有依赖库,要想成功安装需要依次安装其他库,我的安装过程如下: 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/04364.txt: -------------------------------------------------------------------------------- 1 | 求助python 3.8安装torch报错! 2 | 求解决方法,下面有报错的图 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/01227.txt: -------------------------------------------------------------------------------- 1 | https://www.jianshu.com/p/090e08c828ca 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/04766.txt: -------------------------------------------------------------------------------- 1 | 为什么写在工程里面不会报错呢,只有把A(m)单独列出来才会报错?如下所示。 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/08072.txt: -------------------------------------------------------------------------------- 1 | 在IOS开发中遇到的Xcode报错及解决方案。 2 | 3 | 1. 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/08128.txt: -------------------------------------------------------------------------------- 1 | 在IOS开发中遇到的Xcode报错及解决方案。 2 | 3 | 1. 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00230.txt: -------------------------------------------------------------------------------- 1 | 使用 curl 下载失败的问题…… 2 | 3 | ——解决办法:要把VPN关掉!!! 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00485.txt: -------------------------------------------------------------------------------- 1 | 解决办法: 2 | 3 | ​​sudo apt install python3-tk​​ 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00497.txt: -------------------------------------------------------------------------------- 1 | 解决办法: 2 | 3 | ​​sudo apt install python3-tk​​ 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00691.txt: -------------------------------------------------------------------------------- 1 | 其实,通过​​go run main.go​​命令也可以正常运行 2 | 3 | ​ 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00787.txt: -------------------------------------------------------------------------------- 1 | 2 | Python函数及错误异常 3 | 4 | 函数 5 | 6 | 错误与异常 7 | 8 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00816.txt: -------------------------------------------------------------------------------- 1 | 在3.3.2版本中print函数改了用法,改为print ('hello world')了。 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00931.txt: -------------------------------------------------------------------------------- 1 | https://www.aliyun.com/jiaocheng/437481.html 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/03552.txt: -------------------------------------------------------------------------------- 1 | Python3 中会要求添加信任证书,但只是进行爬取数据就没必要了,我们可以忽略它 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/06010.txt: -------------------------------------------------------------------------------- 1 | 刚开始学习使用PyQT,但总碰到一些小挫折 比如 import Pyqt成功 而 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/10097.txt: -------------------------------------------------------------------------------- 1 | 2 | 运行 3 | 4 | 但是报错 5 | 6 | 7 | 解决方法: 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/10542.txt: -------------------------------------------------------------------------------- 1 | 2 | 安装readline 3 | 4 | 5 | ~/.pythonrc 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00725.txt: -------------------------------------------------------------------------------- 1 | Python中的key 不可以是 list类型  因为 list是可变的  不能被hash 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00760.txt: -------------------------------------------------------------------------------- 1 | 报错:"unexpected indent",指"未预期的缩进",表示这里缩进不正确。 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00827.txt: -------------------------------------------------------------------------------- 1 | 此处非报错,而是警告 2 | 3 | 可以设置忽略此警告 4 | 5 | 方法如下: 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01326.txt: -------------------------------------------------------------------------------- 1 | Python中的key 不可以是 list类型  因为 list是可变的  不能被hash 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01360.txt: -------------------------------------------------------------------------------- 1 | 报错:"unexpected indent",指"未预期的缩进",表示这里缩进不正确。 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01415.txt: -------------------------------------------------------------------------------- 1 | 此处非报错,而是警告 2 | 3 | 可以设置忽略此警告 4 | 5 | 方法如下: 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02040.txt: -------------------------------------------------------------------------------- 1 | 报错:"unexpected indent",指"未预期的缩进",表示这里缩进不正确。 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02213.txt: -------------------------------------------------------------------------------- 1 | Python中的key 不可以是 list类型  因为 list是可变的  不能被hash 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02262.txt: -------------------------------------------------------------------------------- 1 | 此处非报错,而是警告 2 | 3 | 可以设置忽略此警告 4 | 5 | 方法如下: 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02895.txt: -------------------------------------------------------------------------------- 1 | 在终端窗口输入python -m pip install pypiwin32,等待成功后即可 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03197.txt: -------------------------------------------------------------------------------- 1 | 运行别人的代码时常见错误原因 2 | 3 | 在open时出错:'r'与'rb'的区别 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03329.txt: -------------------------------------------------------------------------------- 1 | pycharm中如何安装bs4? 2 | 3 | 找到设置,然后搜索bs4,安装即可 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03396.txt: -------------------------------------------------------------------------------- 1 | 报错:"unexpected indent",指"未预期的缩进",表示这里缩进不正确。 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03770.txt: -------------------------------------------------------------------------------- 1 | 2 | TypeError: string indices must be integers 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03846.txt: -------------------------------------------------------------------------------- 1 | pycharm中如何安装bs4? 2 | 3 | 找到设置,然后搜索bs4,安装即可 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03928.txt: -------------------------------------------------------------------------------- 1 | 2 | TypeError: string indices must be integers 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/04083.txt: -------------------------------------------------------------------------------- 1 | 报错:"unexpected indent",指"未预期的缩进",表示这里缩进不正确。 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/04373.txt: -------------------------------------------------------------------------------- 1 | 在初学时候,会遇到这种错误,修改了代码,一一比对了代码,发现代码,没有错误,可是就是运行不了。 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/00462.txt: -------------------------------------------------------------------------------- 1 | (1)、vue2        必须有有唯一的根元素          不然报错 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/00531.txt: -------------------------------------------------------------------------------- 1 | 报错如下: 2 | 3 | 成功! 4 | 5 | 6 | OK,就这样,End~ 7 | 8 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/01119.txt: -------------------------------------------------------------------------------- 1 | 文件顶部加上这句 2 | 3 | 4 | -- coding: utf-8 -- 5 | 6 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/01326.txt: -------------------------------------------------------------------------------- 1 | 可能的原因之一为 css文件中含有中文。 2 | 3 | 比如引用含有中文名的图片。 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/04289.txt: -------------------------------------------------------------------------------- 1 | 2 | Fail to create the java virtual machine 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/04556.txt: -------------------------------------------------------------------------------- 1 | 2 | Fail to create the java virtual machine 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/07384.txt: -------------------------------------------------------------------------------- 1 | 打开报错的地方的pom及其引用方法所在文件的pom,观察其版本号是否一致,不一致进行更改 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/08388.txt: -------------------------------------------------------------------------------- 1 | 报错:title不是个方法 2 | 3 | 解决: 4 | 5 | 把:去掉不报错了 6 | 7 | -------------------------------------------------------------------------------- /TrainData/Input/cnblogs/10188.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/cnblogs/10220.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/cnblogs/10272.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/cnblogs/10471.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/cnblogs/10665.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/jianshu/00228.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/jianshu/00313.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/jianshu/00376.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/jianshu/00457.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/jianshu/01014.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/jianshu/01264.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/jianshu/01274.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/jianshu/01454.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/jianshu/01485.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/jianshu/01505.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/oschina/00028.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/oschina/00122.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/oschina/00241.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/oschina/00281.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/oschina/01388.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/oschina/01554.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/oschina/01734.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/oschina/01819.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/oschina/03310.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/oschina/03416.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/oschina/03614.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/oschina/04030.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/oschina/04085.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/oschina/04318.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/oschina/04354.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/oschina/05936.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/oschina/06071.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/oschina/06222.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/oschina/06626.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/oschina/07711.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/oschina/07774.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/oschina/07800.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/oschina/07835.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/oschina/07912.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/oschina/07951.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/oschina/08178.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /TrainData/Input/oschina/08261.json: -------------------------------------------------------------------------------- 1 | { 2 | "err_msg": { 3 | 4 | } 5 | } -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00031.txt: -------------------------------------------------------------------------------- 1 | 直接写 2 | 3 | 报的错no such column 4 | 5 | 这样写就好了: 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00310.txt: -------------------------------------------------------------------------------- 1 | 1、报错信息 2 | 3 | 2、安装libffi-devel 4 | 5 | 3、再次make 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00513.txt: -------------------------------------------------------------------------------- 1 | 2 | 错误原因: 3 | 4 | 没有添加模块依赖, 5 | 6 | 懂得,原来世界如此简单! 7 | 8 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00523.txt: -------------------------------------------------------------------------------- 1 | 修改 public 目录下 .htaccess 文件 2 | 3 | 原有 4 | 5 | 修改后 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00918.txt: -------------------------------------------------------------------------------- 1 | 出现如下错误: 2 | 3 | Traceback (most recent call last): 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00632.txt: -------------------------------------------------------------------------------- 1 | 2 | 看看上面的代码是否已有str ,更换变量名,或者是重开一个空白py文件,把代码放进去跑 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01113.txt: -------------------------------------------------------------------------------- 1 | 原因就是C:\Windows\Temp文件夹NTFS权限错误,将它的user权限改为完全控制就OK了。 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01819.txt: -------------------------------------------------------------------------------- 1 | pip uninstall opencv-python-headless 这个包不包含GUI部分的实现。 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01930.txt: -------------------------------------------------------------------------------- 1 | 2 | 看看上面的代码是否已有str ,更换变量名,或者是重开一个空白py文件,把代码放进去跑 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02394.txt: -------------------------------------------------------------------------------- 1 | Python 中str类型和int类型连接时会报错,强制类型转换,str() 2 | 3 | 改进: 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02415.txt: -------------------------------------------------------------------------------- 1 | pip uninstall opencv-python-headless 这个包不包含GUI部分的实现。 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02510.txt: -------------------------------------------------------------------------------- 1 | 报错信息入上图 2 | 3 | 解决方法: 4 | 5 | 删除项目包中同名的文件 重新导入一遍 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03443.txt: -------------------------------------------------------------------------------- 1 | 找到python安装的exe文件 2 | 点击repair先修复一下 然后再uninstall就可以了 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/04232.txt: -------------------------------------------------------------------------------- 1 | 找到python安装的exe文件 2 | 点击repair先修复一下 然后再uninstall就可以了 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/01616.txt: -------------------------------------------------------------------------------- 1 | 参考:https://www.liumingye.cn/archives/250.html 2 | 3 | -------------------------------------------------------------------------------- /DebugServer/users/tests.py: -------------------------------------------------------------------------------- 1 | from django.test import TestCase 2 | 3 | # Create your tests here. 4 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00148.txt: -------------------------------------------------------------------------------- 1 | 不是 2 | ​​​list.join("-")​​​ 而是 3 | ​​"-".join(list)​​ 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00322.txt: -------------------------------------------------------------------------------- 1 | 在代码中显示如下: 2 | 3 | 点击报错位置: 4 | 5 | 可直接安装完成,也不报错了。显示如下: 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00339.txt: -------------------------------------------------------------------------------- 1 | 看了很多解决办法,大部分在扯去下载一个 .whl 源文件然后在pip 安装,经过我亲自测试执行完这句即可解决! 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/02553.txt: -------------------------------------------------------------------------------- 1 | 昨天在学习PYTHON读取数据库的知识时,一直在报错,找不到原因。 2 | 3 | 最后同事说是语法错误。 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/03023.txt: -------------------------------------------------------------------------------- 1 | 解决办法:把buffer改小 2 | 3 | server.py 4 | 5 | client.py 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/04307.txt: -------------------------------------------------------------------------------- 1 | 报错如图 2 | 3 | 在命令行下cd 进对应python的script文件目录,再执行pip指令即可。 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/08499.txt: -------------------------------------------------------------------------------- 1 | 1、报错信息 2 | 3 | 2、安装libffi-devel 4 | 5 | 3、再次make 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/08542.txt: -------------------------------------------------------------------------------- 1 | 返回概率的方法--predict_proba返回的是两列(我做的是二分类) 2 | 3 | 修改程序如下: 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/08838.txt: -------------------------------------------------------------------------------- 1 |    2 | 3 | 原因是python,命令  是默认用的python2,python2中默认是没有 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/10715.txt: -------------------------------------------------------------------------------- 1 | Python报错:AttributeError 2 | 这个错误就是说python找不到对应的对象的属性 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/12535.txt: -------------------------------------------------------------------------------- 1 | pkg install openssl 2 | 3 | 之后再重新pip,⚠️自己的pip版本,比如 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00638.txt: -------------------------------------------------------------------------------- 1 | 2 | Python报错ZeroDivisionError: float division by zero 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00994.txt: -------------------------------------------------------------------------------- 1 | 报错原因 2 | 3 | list无法转换str, 4 | 5 | 解决办法 6 | 7 | 遍历出值在转 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01248.txt: -------------------------------------------------------------------------------- 1 | 2 | Python报错ZeroDivisionError: float division by zero 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01521.txt: -------------------------------------------------------------------------------- 1 | 报错原因 2 | 3 | list无法转换str, 4 | 5 | 解决办法 6 | 7 | 遍历出值在转 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02018.txt: -------------------------------------------------------------------------------- 1 | 2 | Python报错ZeroDivisionError: float division by zero 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02375.txt: -------------------------------------------------------------------------------- 1 | 报错原因 2 | 3 | list无法转换str, 4 | 5 | 解决办法 6 | 7 | 遍历出值在转 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02904.txt: -------------------------------------------------------------------------------- 1 | 得安装4.1.0版本的 2 | 3 | pip install opencv-contrib-python 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03382.txt: -------------------------------------------------------------------------------- 1 | https://blog.csdn.net/BNK_along/article/details/84000953 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03479.txt: -------------------------------------------------------------------------------- 1 | eol=End of Line error 2 | 3 | 通常是字符串两端的引号未正确匹配、成对造成的。 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03633.txt: -------------------------------------------------------------------------------- 1 | 解决方法,安装1.16.1的numpy 2 | 3 | pip install numpy==1.16.1 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03949.txt: -------------------------------------------------------------------------------- 1 | https://blog.csdn.net/BNK_along/article/details/84000953 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03960.txt: -------------------------------------------------------------------------------- 1 | eol=End of Line error 2 | 3 | 通常是字符串两端的引号未正确匹配、成对造成的。 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03963.txt: -------------------------------------------------------------------------------- 1 | 解决方法,安装1.16.1的numpy 2 | 3 | pip install numpy==1.16.1 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/00012.txt: -------------------------------------------------------------------------------- 1 | Python3使用AES报错 Incorrect AES key length (95 bytes) 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/01325.txt: -------------------------------------------------------------------------------- 1 | Python3使用AES报错 Incorrect AES key length (95 bytes) 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/01365.txt: -------------------------------------------------------------------------------- 1 | 在python文件第一行加上# -*- coding: utf-8 -*或# coding=utf-8 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/00854.txt: -------------------------------------------------------------------------------- 1 | 则说明没有opencv库,则只需要通过如下命令解决:pip install opencv-python 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/00909.txt: -------------------------------------------------------------------------------- 1 | 则说明没有opencv库,则只需要通过如下命令解决:pip install opencv-python 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/04675.txt: -------------------------------------------------------------------------------- 1 | 如图所示,用户名密码正确的情况下报错220. 解决办法:ftp工具-站点-勾选只使用普通ftp,问题解决 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/07641.txt: -------------------------------------------------------------------------------- 1 | 急加载不报错,懒加载报错 2 | 3 | 换用较高版本的,如javassist-3.19.0-GA 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/09832.txt: -------------------------------------------------------------------------------- 1 | 检查当前版本和该文件中的文本是否一致 2 | 3 | 一定要符合相同版本否则容易出现奇奇怪怪的bug和报错 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/09901.txt: -------------------------------------------------------------------------------- 1 | 检查当前版本和该文件中的文本是否一致 2 | 3 | 一定要符合相同版本否则容易出现奇奇怪怪的bug和报错 4 | 5 | -------------------------------------------------------------------------------- /DebugServer/DebugDict/tests.py: -------------------------------------------------------------------------------- 1 | from django.test import TestCase 2 | 3 | # Create your tests here. 4 | -------------------------------------------------------------------------------- /DebugServer/users/admin.py: -------------------------------------------------------------------------------- 1 | from django.contrib import admin 2 | 3 | # Register your models here. 4 | -------------------------------------------------------------------------------- /DebugServer/users/views.py: -------------------------------------------------------------------------------- 1 | from django.shortcuts import render 2 | 3 | # Create your views here. 4 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00118.txt: -------------------------------------------------------------------------------- 1 | 使用homeBrew安装Python3时,报错权限不够,如下: 2 | 3 | 解决办法: 4 | 5 | 再执行 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00810.txt: -------------------------------------------------------------------------------- 1 | 2 | 蓝桥杯python组——错误票据 3 | 4 | ​谢谢大家的支持,您的一键三连是 罡罡同学前进的最大动力!​ 5 | 6 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/00018.txt: -------------------------------------------------------------------------------- 1 | 问题描述: 2 | 3 | 自动化操作页面,输入中文姓名: 4 | 5 |   6 | 7 | 解决办法: 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/01373.txt: -------------------------------------------------------------------------------- 1 | 1、报错原因:新增的字段未能同步数据库 2 | 3 | 2、解决办法:删除整个数据库,然后重新编译,然后over 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/01502.txt: -------------------------------------------------------------------------------- 1 | 抓取不得姐动图(报错) 2 | 3 | 报错如下 4 | 5 | 百度了下已解决: 6 | 7 | 下载成功 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/01551.txt: -------------------------------------------------------------------------------- 1 | 在https://www.lfd.uci.edu/~gohlke/pythonlibs/#mysql-python 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/03056.txt: -------------------------------------------------------------------------------- 1 | 看了很多解决办法,大部分在扯去下载一个 .whl 源文件然后在pip 安装,经过我亲自测试执行完这句即可解决! 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/06483.txt: -------------------------------------------------------------------------------- 1 | 转载博客:https://www.cnblogs.com/beginner-boy/p/8580659.html 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/06550.txt: -------------------------------------------------------------------------------- 1 | D:/Y_S/app 2 | 3 | D:/Y_S 4 | 5 | D:\Y_S 6 | 7 | None 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/06767.txt: -------------------------------------------------------------------------------- 1 | 出处:https://blog.csdn.net/cathei/article/details/103195400 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/07302.txt: -------------------------------------------------------------------------------- 1 | https://blog.csdn.net/chouzhou9701/article/details/86662689 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/07417.txt: -------------------------------------------------------------------------------- 1 | 网站搜索执行后问题还是存在,后面才get到,是涉及到的数据库mongodb版本太低,卸载重装mongodb版本后正常 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/09032.txt: -------------------------------------------------------------------------------- 1 | 报错原因:定义列表的d [1]元素时,赋值的是'2',是一个字符串,所以在执行d [1]%2时,前后格式不匹配所以报错 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/10010.txt: -------------------------------------------------------------------------------- 1 | 学习《利用Python进行数据分析》第二章的时候,处理1880-2010年间全美婴儿姓名数据,有句代码总是报错: 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/10519.txt: -------------------------------------------------------------------------------- 1 | 学习《利用Python进行数据分析》第二章的时候,处理1880-2010年间全美婴儿姓名数据,有句代码总是报错: 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/11050.txt: -------------------------------------------------------------------------------- 1 | 在代码中显示如下: 2 | 3 | 点击报错位置: 4 | 5 | 可直接安装完成,也不报错了。显示如下: 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/12033.txt: -------------------------------------------------------------------------------- 1 | 1、 解决方式 2 | 3 | # 使用下列方式安装 4 | python3 -m pip install xxx 5 | 6 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/12510.txt: -------------------------------------------------------------------------------- 1 | 在本地执行selenium成功,但是svn到Jenkins后,执行报错,找不到模块 2 | 3 | 具体日志如下: 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00088.txt: -------------------------------------------------------------------------------- 1 | node-gyp@3.8.0 -》python2.7 2 | 3 | 高版本的node-gyp需要安装python3 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00290.txt: -------------------------------------------------------------------------------- 1 | 可在官网中查看安装步骤 2 | 3 | Python pdf2image包_程序模块 - PyPI - Python中文网 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01008.txt: -------------------------------------------------------------------------------- 1 | 不用怀疑就是自己代码编写有问题: 2 | 3 | 1、环境变量是否配置有问题 4 | 5 | 2、参数传递是否书写错误 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01684.txt: -------------------------------------------------------------------------------- 1 | 不用怀疑就是自己代码编写有问题: 2 | 3 | 1、环境变量是否配置有问题 4 | 5 | 2、参数传递是否书写错误 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02281.txt: -------------------------------------------------------------------------------- 1 | 不用怀疑就是自己代码编写有问题: 2 | 3 | 1、环境变量是否配置有问题 4 | 5 | 2、参数传递是否书写错误 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02661.txt: -------------------------------------------------------------------------------- 1 | node-gyp@3.8.0 -》python2.7 2 | 3 | 高版本的node-gyp需要安装python3 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03524.txt: -------------------------------------------------------------------------------- 1 | SyntaxError: cannot assign to operator 2 | 3 | 变量名不能带上运算符 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/04094.txt: -------------------------------------------------------------------------------- 1 | SyntaxError: cannot assign to operator 2 | 3 | 变量名不能带上运算符 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/04216.txt: -------------------------------------------------------------------------------- 1 | 使用下面代码写入表格: 2 | 3 | 写入完成之后,打开表格会报格式错误。如下图。解决方法:把表格后缀修改为.xls 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/01222.txt: -------------------------------------------------------------------------------- 1 | 问题是python自带的idel没法输出一些特定符号!!所以报错! 2 | 3 | 用pystorm运行即可!!! 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/04155.txt: -------------------------------------------------------------------------------- 1 | 'NoneType' object has no attribute 'bands' 2 | 3 | 做了如下修改 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00028.txt: -------------------------------------------------------------------------------- 1 | pip默认安装的是最新版本,redis和redis-py-cluster ,两个不兼容 2 | 3 | 建议按照以下方式安装: 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00138.txt: -------------------------------------------------------------------------------- 1 | 错误 2 | 3 | 解决方法,修改D:\dev\Python27\Lib\site-packages\web\net.py 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00141.txt: -------------------------------------------------------------------------------- 1 | 2 | 本文参考 3 | 4 | 使用pip安装python-ldap报错,报错信息如下 5 | 6 | 7 | 解决办法 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00343.txt: -------------------------------------------------------------------------------- 1 | 改成这样 2 | ​​​pickle.load(file_name,mode="rb"),encoding='bytes')​​ 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00634.txt: -------------------------------------------------------------------------------- 1 | sqlite文件缺失 2 | 3 | 下载地址 4 | 5 | https://sqlite.org/download.html 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00823.txt: -------------------------------------------------------------------------------- 1 | 出现这种错误的原因肯定是你的语法格式不正确了, 2 | 3 | 多半是少了一个括号, 4 | 5 | 再好好检查 一下吧!!! 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00983.txt: -------------------------------------------------------------------------------- 1 | 文本没有对齐,建议打开文本编辑器的Tab显示(我用的Editplus是视图->空白->制表符),看缩进是否合理,调整一致就好了。 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/02050.txt: -------------------------------------------------------------------------------- 1 | 原因没有安装requests模块, 2 | 3 | 可以切换到python的安装目录找到 script文件夹 example: 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/04482.txt: -------------------------------------------------------------------------------- 1 | APP自动化测试python+appium+selenium 2 | 3 | 滑屏操作练习 4 | 5 | 代码如下: 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/04538.txt: -------------------------------------------------------------------------------- 1 | 参数中添加了: 2 | 3 | automationName: Uiautomator2 4 | 5 | 运行如下: 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/04709.txt: -------------------------------------------------------------------------------- 1 | 安装OpenCV过程中出现错误 2 | 3 | 代码: 4 | 5 | 报错内容如下: 6 | 7 | 解决方案: 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/06995.txt: -------------------------------------------------------------------------------- 1 | https://blog.csdn.net/weixin_34315189/article/details/86014367 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/12617.txt: -------------------------------------------------------------------------------- 1 | https://blog.csdn.net/sinat_33718563/article/details/116016292 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00842.txt: -------------------------------------------------------------------------------- 1 | 分析原因:代码中出现了中文的空格、中文的括号、不恰当的tab等非文字字符。 2 | 3 | 解决方法:查看报错的具体行数,修改代码。 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00899.txt: -------------------------------------------------------------------------------- 1 | 原因是.py文件名称起的有问题,重新命名其他非关键字名称即可,不要太特殊比如我命名一个site.py后debugger始终报错启动不了 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01387.txt: -------------------------------------------------------------------------------- 1 | 分析原因:代码中出现了中文的空格、中文的括号、不恰当的tab等非文字字符。 2 | 3 | 解决方法:查看报错的具体行数,修改代码。 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01486.txt: -------------------------------------------------------------------------------- 1 | 原因是.py文件名称起的有问题,重新命名其他非关键字名称即可,不要太特殊比如我命名一个site.py后debugger始终报错启动不了 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02212.txt: -------------------------------------------------------------------------------- 1 | 分析原因:代码中出现了中文的空格、中文的括号、不恰当的tab等非文字字符。 2 | 3 | 解决方法:查看报错的具体行数,修改代码。 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02256.txt: -------------------------------------------------------------------------------- 1 | 初学一门新的编程语言时会遇到这个问题,原意是:标识符中存在无效字符一般原因有:标识符中存在中文字符,如中文状态下的逗号,括弧等 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02330.txt: -------------------------------------------------------------------------------- 1 | 原因是.py文件名称起的有问题,重新命名其他非关键字名称即可,不要太特殊比如我命名一个site.py后debugger始终报错启动不了 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03293.txt: -------------------------------------------------------------------------------- 1 | 出现这种错误的原因肯定是你的语法格式不正确了, 2 | 3 | 多半是少了一个括号, 4 | 5 | 再好好检查 一下吧!!! 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03511.txt: -------------------------------------------------------------------------------- 1 | import ssl 2 | ws.run_forever(sslopt={"cert_reqs": ssl.CERT_NONE}) 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03940.txt: -------------------------------------------------------------------------------- 1 | import ssl 2 | ws.run_forever(sslopt={"cert_reqs": ssl.CERT_NONE}) 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/04219.txt: -------------------------------------------------------------------------------- 1 | import sys 2 | 3 | reload(sys) 4 | sys.setdefaultencoding('utf-8') 5 | 6 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/04482.txt: -------------------------------------------------------------------------------- 1 | 由于接口中获取参数用的是request.form["参数名"]的方式,如果漏掉一个参数,就会出现代码未报错,但是请求报400的错误。 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/01090.txt: -------------------------------------------------------------------------------- 1 | 这是因为,python3中,编码的时候区分了字符串和二进制 2 | 3 | encode 改为 decode 就可以了 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/01114.txt: -------------------------------------------------------------------------------- 1 | 您的原始索引中可能有重复的值。要找到他们,请执行以下操作: 2 | 3 | df[df.index.duplicated()] 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/01120.txt: -------------------------------------------------------------------------------- 1 | 您的原始索引中可能有重复的值。要找到他们,请执行以下操作: 2 | 3 | df[df.index.duplicated()] 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/01491.txt: -------------------------------------------------------------------------------- 1 | 2 | 报错详情 3 | 4 | 5 | 解决办法 6 | 7 | yum install libffi-devel 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/05853.txt: -------------------------------------------------------------------------------- 1 | 解决方法 2 | 3 | pip --trusted-host pypi.python.org install 4 | 5 | -------------------------------------------------------------------------------- /DebugTrain/train_simple/__init__.py: -------------------------------------------------------------------------------- 1 | from .err_msg import get_err_msg 2 | from .solve import get_solve_msg 3 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00139.txt: -------------------------------------------------------------------------------- 1 | 2 | 1、问题 3 | 4 | 这个问题是由老版本2.x的原因,替换成新版本就可以了。 5 | 6 | 7 | 2、解决方案 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00319.txt: -------------------------------------------------------------------------------- 1 | python 保存 .mat 文件的大小是有限制的,似乎是 5G 以内,如果需要保存几十个 G 的数据的话,可以选用其他方式,比如 h5 文件 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/01048.txt: -------------------------------------------------------------------------------- 1 | django使用自身的web服务器时,处理并发的能力很弱,如果客户端并发连接数超过了其承载量,服务器会将其中一些连接关闭,从而导致这个问题 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/01983.txt: -------------------------------------------------------------------------------- 1 | 报错如下: 2 | 3 | 原因: 4 | 5 | math.log()不能直接处理矩阵 6 | 7 | resolution: 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/02059.txt: -------------------------------------------------------------------------------- 1 | 报错是因为在字典迭代期间改变字典大小 2 | 3 | 我们可以通过取出字典的键值,在转化为列表,这样在for循环期间就可以删除了 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/02222.txt: -------------------------------------------------------------------------------- 1 | 利用python获取某个索引的全部字段时 第一次查询可以得到结果 2 | 3 | 但是再次利用scroll-id继续查的时候报错 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/06113.txt: -------------------------------------------------------------------------------- 1 | 即在models 前加个点,引用当前目录下的models 的意思, 改为 2 | 3 | from .models import * 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/06553.txt: -------------------------------------------------------------------------------- 1 | BZ最近在玩QQBOT的时候,更新PIP时,发现报错。 2 | 3 | 在折腾了半天后发现了解决办法: 4 | 5 | 两个都可以 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/08129.txt: -------------------------------------------------------------------------------- 1 | 也许搜到这篇博客,也是因为碰到相同问题,但愿能给看到的人一些启发。 2 | 3 | 发生场景:加载yaml配置文件,后续处理产生的报错 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/09058.txt: -------------------------------------------------------------------------------- 1 | 转载自 : https://blog.csdn.net/sinat_26811377/article/details/100705125 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/10871.txt: -------------------------------------------------------------------------------- 1 | 2 | 记录一些琐碎的结果 3 | 4 | 又解决一个,但是这个方案太low了;如果有其他更好的解决方案,希望网友告知一下,感激! 5 | 6 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00723.txt: -------------------------------------------------------------------------------- 1 | try: 2 | #测试代码模块 3 | except Exception as e: 4 | print(e) 5 | continue 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00915.txt: -------------------------------------------------------------------------------- 1 | 之前也是报错,解决,又报错了,做个记录,省的之后忘记了 2 | 3 | 4 | 主要就是换了个python版本,重新弄一下就好了 5 | 6 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00974.txt: -------------------------------------------------------------------------------- 1 | 在运行Python脚本时,已经有包但是运行时报包找不到的错误; 2 | 3 | 4 | 应该是包该更新了,将包进行更新则会解决此问题 5 | 6 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01146.txt: -------------------------------------------------------------------------------- 1 | pip3 install lxml==3.7.2 2 | 3 | 或者 4 | 5 | pip3 install lxml==4.1.0 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01351.txt: -------------------------------------------------------------------------------- 1 | try: 2 | #测试代码模块 3 | except Exception as e: 4 | print(e) 5 | continue 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01630.txt: -------------------------------------------------------------------------------- 1 | 在运行Python脚本时,已经有包但是运行时报包找不到的错误; 2 | 3 | 4 | 应该是包该更新了,将包进行更新则会解决此问题 5 | 6 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01646.txt: -------------------------------------------------------------------------------- 1 | 之前也是报错,解决,又报错了,做个记录,省的之后忘记了 2 | 3 | 4 | 主要就是换了个python版本,重新弄一下就好了 5 | 6 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01787.txt: -------------------------------------------------------------------------------- 1 | pip3 install lxml==3.7.2 2 | 3 | 或者 4 | 5 | pip3 install lxml==4.1.0 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02022.txt: -------------------------------------------------------------------------------- 1 | try: 2 | #测试代码模块 3 | except Exception as e: 4 | print(e) 5 | continue 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02188.txt: -------------------------------------------------------------------------------- 1 | 在运行Python脚本时,已经有包但是运行时报包找不到的错误; 2 | 3 | 4 | 应该是包该更新了,将包进行更新则会解决此问题 5 | 6 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02355.txt: -------------------------------------------------------------------------------- 1 | 之前也是报错,解决,又报错了,做个记录,省的之后忘记了 2 | 3 | 4 | 主要就是换了个python版本,重新弄一下就好了 5 | 6 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/00457.txt: -------------------------------------------------------------------------------- 1 | 报错信息: 2 | 3 | 虚拟机的非正常关机,导致lck没有被自动释放 4 | 5 | 解决办法:删除当前虚拟机中.lck文件 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/00464.txt: -------------------------------------------------------------------------------- 1 | 报错信息: 2 | 3 | 虚拟机的非正常关机,导致lck没有被自动释放 4 | 5 | 解决办法:删除当前虚拟机中.lck文件 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/01239.txt: -------------------------------------------------------------------------------- 1 | 方法一: 改用js2py执行js文件 2 | 3 | 方法二(未实践):可能我装了nodejs,其他人没有装,我的不报错,但是别人报错。 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/01343.txt: -------------------------------------------------------------------------------- 1 | Python更新后yum报错 2 | 3 | mark:http://www.jianshu.com/p/9a5449166f57 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/01624.txt: -------------------------------------------------------------------------------- 1 | 解决: 2 | 3 | 更新 setuptools 4 | 5 | pip install --upgrade setuptools 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/04318.txt: -------------------------------------------------------------------------------- 1 | 解决办法: 2 | 3 | sudo npm install -g debug 4 | 5 | 报错缺少什么,就用上面的命令添加什么 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/04369.txt: -------------------------------------------------------------------------------- 1 | 解决办法: 2 | 3 | sudo npm install -g debug 4 | 5 | 报错缺少什么,就用上面的命令添加什么 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/05299.txt: -------------------------------------------------------------------------------- 1 | springmvc项目中进行单元测试时报错,检查代码无误的情况下,是由@EnableWebMvc注解引起的,在做单元测试时注释掉就可以了 2 | 3 | -------------------------------------------------------------------------------- /DebugServer/SearchEngine/__init__.py: -------------------------------------------------------------------------------- 1 | from .get_solve import SearchMethod 2 | 3 | 4 | SearchEng = SearchMethod() 5 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00049.txt: -------------------------------------------------------------------------------- 1 | Python 循环报错 'int' object is not iterable原因: 2 | 3 | 通常是 for循环中忘记加range() 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00065.txt: -------------------------------------------------------------------------------- 1 | 1、关于读取文件报错: 2 | 3 | 读取文件报错 4 | 5 | 修改成:cf.read(cfpath,encoding='UTF-8') 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00264.txt: -------------------------------------------------------------------------------- 1 | python3默认安装的DBUtils是2.0版本,通常使用以下方法引用会找不到DBUilts模块 2 | 3 | 改成1.2版本就可以正常引用了 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00431.txt: -------------------------------------------------------------------------------- 1 | 2 | 一 CentOS(红帽) 3 | 4 | 5 | 二 Ubuntu 6 | 7 | 8 | 三 Windows 9 | 10 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00504.txt: -------------------------------------------------------------------------------- 1 | 在install后面加上**–user**就可以啦! 2 | 3 | C:\Users\HWP>pip install --user report 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/00590.txt: -------------------------------------------------------------------------------- 1 | 报错原因:python默认\x后是16进制数据 2 | 3 | 解决方法:当路径中带"\x"时,在windows系统下文件路径用"\\"连接 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/04731.txt: -------------------------------------------------------------------------------- 1 | not supported between instances of 'str' and 'int' : 意思就是字符串不能和int类型的数值比较 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/08028.txt: -------------------------------------------------------------------------------- 1 | import cv2 2 | import os 3 | import numpy as np 4 | 5 | 上面例子用了中文路径没问题。 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00284.txt: -------------------------------------------------------------------------------- 1 | Python关于%matplotlib inline 2 | 报错解决办法https://www.jianshu.com/p/2dda5bb8ce7d 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00603.txt: -------------------------------------------------------------------------------- 1 | Python报错: IndentationError: expected an indented block 2 | 以上为代码缩进问题,请检查格式. 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00655.txt: -------------------------------------------------------------------------------- 1 | 具体可以看:报错2:TypeError: only size-1 arrays can be converted to Python scalars 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00659.txt: -------------------------------------------------------------------------------- 1 | 2 | 使用[ ]取值的时候,该值是一个布尔类型,而不是list,用[ ]下标当做列表来取就会报该错。 3 | 4 | 即:布尔值不能用中括号下标取。 5 | 6 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00756.txt: -------------------------------------------------------------------------------- 1 | 出现错误的原因: 2 | 1.文件找不到, 3 | 2.文件被占用, 4 | 3.文件无权限访问, 5 | 4.打开的不是文件,而是一个目录 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01217.txt: -------------------------------------------------------------------------------- 1 | 2 | 使用[ ]取值的时候,该值是一个布尔类型,而不是list,用[ ]下标当做列表来取就会报该错。 3 | 4 | 即:布尔值不能用中括号下标取。 5 | 6 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01229.txt: -------------------------------------------------------------------------------- 1 | 具体可以看:报错2:TypeError: only size-1 arrays can be converted to Python scalars 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01234.txt: -------------------------------------------------------------------------------- 1 | Python报错: IndentationError: expected an indented block 2 | 以上为代码缩进问题,请检查格式. 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01317.txt: -------------------------------------------------------------------------------- 1 | 出现错误的原因: 2 | 1.文件找不到, 3 | 2.文件被占用, 4 | 3.文件无权限访问, 5 | 4.打开的不是文件,而是一个目录 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01911.txt: -------------------------------------------------------------------------------- 1 | 安装pyQuery报错,然后去百度,结果需要安装lxml模块,结果还是安装lxml也报错,然后翻译报错的原因,要升级pip版本(也不知道是不是误打误撞) 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01946.txt: -------------------------------------------------------------------------------- 1 | 2 | 使用[ ]取值的时候,该值是一个布尔类型,而不是list,用[ ]下标当做列表来取就会报该错。 3 | 4 | 即:布尔值不能用中括号下标取。 5 | 6 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01964.txt: -------------------------------------------------------------------------------- 1 | 具体可以看:报错2:TypeError: only size-1 arrays can be converted to Python scalars 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01995.txt: -------------------------------------------------------------------------------- 1 | Python报错: IndentationError: expected an indented block 2 | 以上为代码缩进问题,请检查格式. 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02077.txt: -------------------------------------------------------------------------------- 1 | 出现错误的原因: 2 | 1.文件找不到, 3 | 2.文件被占用, 4 | 3.文件无权限访问, 5 | 4.打开的不是文件,而是一个目录 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02757.txt: -------------------------------------------------------------------------------- 1 | Python关于%matplotlib inline 2 | 报错解决办法https://www.jianshu.com/p/2dda5bb8ce7d 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/04026.txt: -------------------------------------------------------------------------------- 1 | 在运行python多线程程序的时候,遇到错误 2 | 3 | 后来经过调试,发现是自己马虎,将__init__()写错,写成__int__()了 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/01443.txt: -------------------------------------------------------------------------------- 1 | 执行 2 | 3 | brew link mysql-connector-c 4 | 5 | pip install mysqlclient 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/07599.txt: -------------------------------------------------------------------------------- 1 | 如果更新代码后,发现js报错,这样不会影响代码的运行,如果要解决,找到报错的js   点击右键-->Vaildate  这样js就不会再报错了. 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/08061.txt: -------------------------------------------------------------------------------- 1 | 如果更新代码后,发现js报错,这样不会影响代码的运行,如果要解决,找到报错的js   点击右键-->Vaildate  这样js就不会再报错了. 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/08097.txt: -------------------------------------------------------------------------------- 1 | 当创建一个新的项目写代码,导入模块时报错,解决办法: 2 | 3 | 右键当前项目 --> Mark Directory -->点击root即可 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/08099.txt: -------------------------------------------------------------------------------- 1 | 当创建一个新的项目写代码,导入模块时报错,解决办法: 2 | 3 | 右键当前项目 --> Mark Directory -->点击root即可 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/08782.txt: -------------------------------------------------------------------------------- 1 | .项目中报错位置为页面时 2 | 3 | 1.解决一 : 4 | 5 | 直接删除报错,对错误右击删除,删除错误 6 | 7 | 2.解决二 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00104.txt: -------------------------------------------------------------------------------- 1 | 首先看一下这个报错信息“TypeError: '***' object is not iterable”,意思是说:“类型错误:'***'对象不可迭代”。 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00121.txt: -------------------------------------------------------------------------------- 1 | 2 | 报错 3 | 4 | 5 | 解决 6 | 7 | 配置了以下变量环境: 8 | 9 | 配置完成后记得重启一下电脑! 10 | 11 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00624.txt: -------------------------------------------------------------------------------- 1 | python3 导入thread报错,把thread改为_thread就好了。 2 | 3 | ​报错信息​: 4 | 5 | ​喜欢的点个赞❤吧!​ 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00696.txt: -------------------------------------------------------------------------------- 1 |    2 | 3 | 可能是因为没有设置路径,所以返回的类型是None。 4 | 5 | 改正的方法是,读取图片时把路径也写上 6 | 7 |    8 | 9 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/00162.txt: -------------------------------------------------------------------------------- 1 | list包含数字,不能直接转化成字符串。 2 | 3 | 解决办法:print(" ".join('%s' %id for id in list1)) 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/03486.txt: -------------------------------------------------------------------------------- 1 | try: 2 | 多种错误 3 | except : 4 | 5 | else: 如果出现异常,就不执行else,没有出现异常就执行else语句 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/06197.txt: -------------------------------------------------------------------------------- 1 | 在python中如果由中文注释,如果报错 2 | 3 | 那么在整个程序的第一句加入: 4 | 5 | # -- coding: utf-8 -- 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/06274.txt: -------------------------------------------------------------------------------- 1 | win7的系统安装了anaconda后打开jupyter notebook报错 2 | 3 | 针对这个问题打开anaconda自带的prompt,运行 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/07449.txt: -------------------------------------------------------------------------------- 1 | 更新pip报错: 2 | 3 | 看到最后一行很明显是proxy的问题,查看cmd下的代理 4 | 5 | 将代理删掉重启cmd执行命令就不会报错了 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/07992.txt: -------------------------------------------------------------------------------- 1 | 运行时报错:SyntaxError: 'break' outside loop。 2 | 3 | 原因:break只能在for和while循环中使用。 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/09501.txt: -------------------------------------------------------------------------------- 1 | opencv的namedWindow报错 2 | 3 | 解决方案 4 | 5 | pip install opencv-contrib-python 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/10525.txt: -------------------------------------------------------------------------------- 1 | 2 | 报错如下 3 | 4 | 5 | 解决办法 6 | 7 | 将cv2.imread() 的问题,将其替换为 cv2.imdecode() 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00582.txt: -------------------------------------------------------------------------------- 1 | 现在日期:2019年11月1日。 2 | 3 | 太新,pip不能自动对应python3.8的安装,卸载python3.8,安装python3.7,完美解决。 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00613.txt: -------------------------------------------------------------------------------- 1 | 这是语法错误,由于python2和python3有很大的区别,所以在在查看教程时,一定要明白是哪个版本,具体的语法知识可以去官网查看说明,这个用于提醒自己。 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00727.txt: -------------------------------------------------------------------------------- 1 | 解决的办法:  2 | 安装python-dev(Python的头文件和静态库包:) 3 | sudo apt-get install python-dev 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01184.txt: -------------------------------------------------------------------------------- 1 | 1.安装软件capicom_dc_sdk.msi(下载地址:http://download.csdn.net/detail/tanqingru/8515601) 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01225.txt: -------------------------------------------------------------------------------- 1 | 这是语法错误,由于python2和python3有很大的区别,所以在在查看教程时,一定要明白是哪个版本,具体的语法知识可以去官网查看说明,这个用于提醒自己。 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01384.txt: -------------------------------------------------------------------------------- 1 | 解决的办法:  2 | 安装python-dev(Python的头文件和静态库包:) 3 | sudo apt-get install python-dev 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01988.txt: -------------------------------------------------------------------------------- 1 | 这是语法错误,由于python2和python3有很大的区别,所以在在查看教程时,一定要明白是哪个版本,具体的语法知识可以去官网查看说明,这个用于提醒自己。 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02318.txt: -------------------------------------------------------------------------------- 1 | 解决的办法:  2 | 安装python-dev(Python的头文件和静态库包:) 3 | sudo apt-get install python-dev 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02643.txt: -------------------------------------------------------------------------------- 1 | 用pip install pyautogui提示出错,试了下面这个,安装成功。 2 | 3 | pip install PyAutoGUI==0.9.33 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02724.txt: -------------------------------------------------------------------------------- 1 | 现在日期:2019年11月1日。 2 | 3 | 太新,pip不能自动对应python3.8的安装,卸载python3.8,安装python3.7,完美解决。 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03050.txt: -------------------------------------------------------------------------------- 1 | 出错情况: 2 | 3 | 解决方法: 4 | 查看需要推流的视频帧的宽高度,修改ffmpeg里command的参数 5 | 6 | 修改后: 7 | 8 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/04047.txt: -------------------------------------------------------------------------------- 1 | 这是语法错误,由于python2和python3有很大的区别,所以在在查看教程时,一定要明白是哪个版本,具体的语法知识可以去官网查看说明,这个用于提醒自己。 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/file_list.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaloOrangeWang/DebugWebsite/HEAD/SpiderData/csdn/file_list.xlsx -------------------------------------------------------------------------------- /SpiderData/jb51/file_list.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaloOrangeWang/DebugWebsite/HEAD/SpiderData/jb51/file_list.xlsx -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/00387.txt: -------------------------------------------------------------------------------- 1 | 我的vue版本和i18n版本如下 2 | 3 | 项目启动之后 报错了 4 | 5 | npm install vue-i18n@8.26.7 -S 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/00555.txt: -------------------------------------------------------------------------------- 1 | 2 | Kotlin的一个报错 3 | 4 | 翻译一下 5 | 6 | No value passed for parameter 'context' 7 | 8 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/00562.txt: -------------------------------------------------------------------------------- 1 | 2 | Kotlin的一个报错 3 | 4 | 翻译一下 5 | 6 | No value passed for parameter 'context' 7 | 8 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/01106.txt: -------------------------------------------------------------------------------- 1 | IndentationError: unexpected indent 2 | 3 | 缩进错误:可能是多了一个空格,可能是代码中既有tab键又有空格。 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/01756.txt: -------------------------------------------------------------------------------- 1 | 1、代码运行时用的不是虚拟环境中的Python环境,修改运行环境即可 2 | 3 | 2、用的就是虚拟环境,但还是报错,关机重启即可。(我的就是这种情况) 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/03119.txt: -------------------------------------------------------------------------------- 1 | 今天遇到了此类报错,IndentationError:意想不到的缩进 2 | 3 | Python 要注意格式,空格和tab键的使用,推荐使用tab. 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/03219.txt: -------------------------------------------------------------------------------- 1 | 今天遇到了此类报错,IndentationError:意想不到的缩进 2 | 3 | Python 要注意格式,空格和tab键的使用,推荐使用tab. 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/05512.txt: -------------------------------------------------------------------------------- 1 | iOS 开发中导入AFNetworking网络框架时时报错。 2 | 3 | 出现如下错误提示 4 | 5 | 如图所示: 6 | 7 | 解决方法: 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/08421.txt: -------------------------------------------------------------------------------- 1 | 三、更新项目时报错 2 | 3 | (1)错误信息: 4 | 5 | (2)解决错误: 6 | 7 | 把项目和git链接删除,重新下载项目就可以了 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/08622.txt: -------------------------------------------------------------------------------- 1 | 三、更新项目时报错 2 | 3 | (1)错误信息: 4 | 5 | (2)解决错误: 6 | 7 | 把项目和git链接删除,重新下载项目就可以了 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00013.txt: -------------------------------------------------------------------------------- 1 | 打开的时候设置编码 2 | 3 | f = open(“D://test.txt”,“r”,encoding=“utf-8”) 4 | 5 | 将txt 文件也设置编码 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00174.txt: -------------------------------------------------------------------------------- 1 | 另起一个终端: 2 | 3 | pip3 install numpy 4 | 5 | 在Python3的命令行中输入 6 | 7 | import numpy 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00217.txt: -------------------------------------------------------------------------------- 1 | 出现此错误的原因:是此文件smtp02.py 所在的目录下有string.pyc 的文件存在,与python库里的string.pyc冲突造成无法确认编译所取的类库。 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00554.txt: -------------------------------------------------------------------------------- 1 | 运行用例时报如下错误: 2 | 3 | 解决方法: 4 | 5 | pycharm菜单栏settings-->Project-->project interpreter 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00559.txt: -------------------------------------------------------------------------------- 1 | 2 | ModuleNotFoundError: No module named 'Crypto.Cipher'报错问题 3 | 4 | / 5 | 6 | / 7 | 8 | -------------------------------------------------------------------------------- /SpiderData/51cto/file_list.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaloOrangeWang/DebugWebsite/HEAD/SpiderData/51cto/file_list.xlsx -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/01118.txt: -------------------------------------------------------------------------------- 1 | 需要安装 2 | 3 | pip2.7 install MySQL-python 4 | 5 | pip2.7 install mysql-connector 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/02394.txt: -------------------------------------------------------------------------------- 1 | 解决方法: 2 | 3 | 安装python-devel即可,注意,不是python-dev 4 | 5 | yum -y install python-devel 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/03074.txt: -------------------------------------------------------------------------------- 1 | 报错: 2 | 3 | 下载地址: 4 | 5 | https://www.lfd.uci.edu/~gohlke/pythonlibs/#mysql-python 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/03624.txt: -------------------------------------------------------------------------------- 1 | 后来上网找了一下。发现是 构造方法 __init__ 两边的下划线是双下划线,我写的是单下划线。 2 | 3 | 读书不认真,该打。 4 | 5 | 特此记录。 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/03741.txt: -------------------------------------------------------------------------------- 1 | 最近在使用selenium的过程中发现有元素能够在页面中查找到,但是pycharm中运行时始终报错element not visible,于是使用如下方法成功解决问题。 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/04256.txt: -------------------------------------------------------------------------------- 1 | 改报错是因为缺少openssl-devel(openssl的头文件)导致,安装后解决。 2 | 3 | yum install openssl-devel -y 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/04537.txt: -------------------------------------------------------------------------------- 1 | # -*- coding: utf-8 -*- 2 | 3 | import json 4 | from datetime import date, datetime 5 | 6 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/06208.txt: -------------------------------------------------------------------------------- 1 | 一:lxml解析错误 2 | 3 | 1.报错信息如下: 4 | 5 | 错误原因: 6 | 7 | 原因分析: 8 | 9 | 解决方案 10 | 11 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/06506.txt: -------------------------------------------------------------------------------- 1 | 这个错误,每次都犯这种低级错误,我怎么这么菜! 2 | 3 | 测试数据写在excel表 cases.xlsx 中,以后用代码去读取表中数据,请看下面的(三) 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/08111.txt: -------------------------------------------------------------------------------- 1 | 把项目的node-nodules删除,在项目根目录打开命令行工具,npm install 下载完回编辑器 npm run dev 或者serve 发现可以运行了。 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/09026.txt: -------------------------------------------------------------------------------- 1 | 2 | ModuleNotFoundError: No module named 'dns' 3 | 4 | 我先是用pip install的dnspython 5 | 6 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/11151.txt: -------------------------------------------------------------------------------- 1 | 报错内容如下: 2 | 3 |    4 | 5 | 解决方式:  pymysql.version_info = (1, 4, 13, "final", 0) 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/11583.txt: -------------------------------------------------------------------------------- 1 | 我再编写获取文章列表路基的时候,访问接口地址报错(127.0.0.1:8000/v1/topics/qq66907360) 2 | 3 | 经排查发现问题出在了这里: 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00833.txt: -------------------------------------------------------------------------------- 1 | 当遇到这样的问题的时候,我是用py 001.py运行001.py文件的,显示错误。 2 | 3 | 而我直接用python 001.py,运行py文件就没有报错,真奇怪! 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01377.txt: -------------------------------------------------------------------------------- 1 | 当遇到这样的问题的时候,我是用py 001.py运行001.py文件的,显示错误。 2 | 3 | 而我直接用python 001.py,运行py文件就没有报错,真奇怪! 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01651.txt: -------------------------------------------------------------------------------- 1 | 1. 报错:TypeError: 'numpy.ndarray' object is not callable 2 | 3 | 原因一般是格式错了,例如列表索引括号不对 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02110.txt: -------------------------------------------------------------------------------- 1 | 当遇到这样的问题的时候,我是用py 001.py运行001.py文件的,显示错误。 2 | 3 | 而我直接用python 001.py,运行py文件就没有报错,真奇怪! 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03380.txt: -------------------------------------------------------------------------------- 1 | 错误翻译过来就是:不支持此语法。它需要八进制的“0o”前缀 2 | cannot find declaration to go to 3 | 解决办法:加入双引号或者0o 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03860.txt: -------------------------------------------------------------------------------- 1 | 错误翻译过来就是:不支持此语法。它需要八进制的“0o”前缀 2 | cannot find declaration to go to 3 | 解决办法:加入双引号或者0o 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/00533.txt: -------------------------------------------------------------------------------- 1 | npm run dev 2 | 3 | 报错: 4 | 5 | 解决方法: 6 | 7 | 查找config中的index.js,修改host地址为本地ip 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/01140.txt: -------------------------------------------------------------------------------- 1 | 解决办法:encoding = 'utf-8' 2 | 3 | 原作者:https://www.cnblogs.com/mengyu/p/6638975.html 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/03381.txt: -------------------------------------------------------------------------------- 1 | 整个项目没有问题,不报错,但是一运行就报错,导致运行不了,apk包也没有生成,原因是因为lib下有相同报名的jar包,对比一下,找到删除一个相同的jar包就OK了。 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/07471.txt: -------------------------------------------------------------------------------- 1 | 在你项目文件根目录找到 2 | 3 | 打开之后找到qrcode和phpexcel 4 | 5 | 删掉之后   composer update;  ok不再报错 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/07501.txt: -------------------------------------------------------------------------------- 1 | 在你项目文件根目录找到 2 | 3 | 打开之后找到qrcode和phpexcel 4 | 5 | 删掉之后   composer update;  ok不再报错 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/09650.txt: -------------------------------------------------------------------------------- 1 | 如图,kylin在windows10环境下打包报错,找了半天错误原因,最后发现windows10系统从git或svn上下载的文件夹是只读的,把只读去掉就可以了。 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00021.txt: -------------------------------------------------------------------------------- 1 | 报错: 2 | 3 | 下载地址: 4 | 5 | ​​https://www.lfd.uci.edu/~gohlke/pythonlibs/#mysql-python​​ 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00059.txt: -------------------------------------------------------------------------------- 1 | 使用notebook 发现报错: 2 | 3 | TypeError: invalid type comparison 4 | 5 | 把 ‘null’ 替换成 0即可。 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00089.txt: -------------------------------------------------------------------------------- 1 | 关于python安装pymssql报错 2 | export PYMSSQL_BUILD_WITH_BUNDLED_FREETDS=1 3 | pip install pymssql 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00302.txt: -------------------------------------------------------------------------------- 1 | 问题: 2 | 3 | python3.x:报错 4 | 5 | 原因: 6 | 7 | 其中的data需要转为utf-8 8 | 9 | 解决方案: 10 | 11 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00646.txt: -------------------------------------------------------------------------------- 1 | $ wget https://bootstrap.pypa.io/get-pip.py 2 | $ python get-pip.py 3 | $ pip -V  #查看pip版本 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00726.txt: -------------------------------------------------------------------------------- 1 | 答: 安装pyctyptodome 2 | 3 | $ pip2 install pycryptodome 4 | 5 | $ pip3 install pycryptodome 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/00093.txt: -------------------------------------------------------------------------------- 1 | jupyter 使用 boxplot 时候报错“name _converter is not defined” 2 | 3 | 是因为有其他进程占用,关掉其他进程即可。 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/01448.txt: -------------------------------------------------------------------------------- 1 | 2 | 使用python通过selenium模拟打开chrome窗口报错 出现 "您使用的是不受支持的命令行标记:--ignore-certificate-errors 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/02149.txt: -------------------------------------------------------------------------------- 1 | Issue: 打开login URL的时候报错如下: 2 | 3 | Action: 在setting.py中修改DIRS,模板文件目录 4 | 5 | 重新运行效果如下: 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/03578.txt: -------------------------------------------------------------------------------- 1 | centos7.5 使用ansible中的role安装mariadb创建用户报错 2 | 3 | 错误: 4 | 5 | 错误原因: 6 | 7 | 解决方法: 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/05535.txt: -------------------------------------------------------------------------------- 1 | 解决方法: 2 | 3 | 1、先将字典转化为序列化的数据类型 4 | 5 | 2、再转换为反序列化数据类型传参 6 | 7 | 3、然后将反序列化数据传参,问题解决 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/05624.txt: -------------------------------------------------------------------------------- 1 | 1 异常信息 2 | 3 | 解决方案 4 | 5 | 没有安装python3-devel包 导致报错 6 | yum -y install python3-devel 7 | 8 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/06178.txt: -------------------------------------------------------------------------------- 1 | python报错: 2 | 3 | 原因:txt是utf-8编码,所以编码需要转为utf-8 4 | 5 | 1.找到报错的代码行: 6 | 7 | 2.将代码改为: 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/06987.txt: -------------------------------------------------------------------------------- 1 | 运行python文件,发现 BeautifulSoup 模块 报错 2 | 3 | 更新 beautifulsoup4 模块 4 | 5 | 没有这个模块需要重新安装 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/08683.txt: -------------------------------------------------------------------------------- 1 | 直接在后面添加: 2 | 3 | 1 TEXT=res.text.encode('raw_unicode_escape').decode('unicode_escape') 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/09586.txt: -------------------------------------------------------------------------------- 1 | 网上有说python 版本与excel不匹配, 2 |        也有说xls文件名必须为中文, 3 | 其实只要 pip install pyexcel-xls即可。 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/09891.txt: -------------------------------------------------------------------------------- 1 | 2 | 一、异常种类 3 | 4 | 5 | 二、异常捕获结构 6 | 7 | 8 | 三、自定义异常 9 | 10 | 11 | 四、断言 12 | 13 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/09977.txt: -------------------------------------------------------------------------------- 1 | 2 | 1.错误代码 3 | 4 | 5 | 2.宿主机本地curl会报错,但是容器内部可以curl正常显示 6 | 7 | 8 | 3.修改后代码 9 | 10 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/10944.txt: -------------------------------------------------------------------------------- 1 | 修改/etc/selinux/config 文件 2 | 3 | 将SELINUX=enforcing改为SELINUX=disabled 4 | 5 | 重启机器即可 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/11537.txt: -------------------------------------------------------------------------------- 1 | 学习Python2核心编程第6章,里面有个这个例子 2 | 3 | 字面意思翻译为:类型错误,list 只能连接list ,不能连接range 4 | 5 | 修改如下 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/11540.txt: -------------------------------------------------------------------------------- 1 | ValueError: invalid literal for int() with base 10 2 | 3 | 使用int函数,但是值是空。 4 | 5 |    6 | 7 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/12225.txt: -------------------------------------------------------------------------------- 1 | 问题出现原因: 2 | 3 | 解决办法: 4 | 5 | 1.查看设置里面是否选择的是虚礼环境 6 | 7 | 2.切换到python3.8重新安装jsonpath即可 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/12500.txt: -------------------------------------------------------------------------------- 1 |   找了各种方法都不行,之后去pypi查看这个包发现只支持python3.8以下,这里用的python3.10所以会报错 2 | 3 | 更换3.8安装包之后一次安装成功 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/12513.txt: -------------------------------------------------------------------------------- 1 | 后两个加上 timeout参数就可以解决了。 2 | 3 | 但是第一个异常一直不行,最后想起异常的时候一直没有关闭连接,然后把ssh连接在异常的时候加上关闭连接就行了 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/file_list.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaloOrangeWang/DebugWebsite/HEAD/SpiderData/cnblogs/file_list.xlsx -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00604.txt: -------------------------------------------------------------------------------- 1 | Python报错SyntaxError: EOL while scanning string literal 2 | 3 | 是由于引号没有成对出现,定位报错语句,检查引号即可 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00698.txt: -------------------------------------------------------------------------------- 1 | python报错invalid character in identifier,意思就是“标识符中的无效字符”,检查下有没有字符是中文的,把中文字符改成英文字符再运行就OK啦~ 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00801.txt: -------------------------------------------------------------------------------- 1 | 在代码首行指定编码格式 2 | 3 | 1.第一种写法 4 | #-*- coding:utf-8 -*- 5 | 2.第二种写法  6 | #coding=utf-8 7 | 8 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00936.txt: -------------------------------------------------------------------------------- 1 | 使用notebook 发现报错: 2 | 3 | TypeError: invalid type comparison 4 | 5 | 把 ‘null’ 替换成 0即可。 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01143.txt: -------------------------------------------------------------------------------- 1 | subscriptable的意思是 可有下标的 意思 2 | 3 | 错误的原因就是把不具有下标操作的对象用成了对象[i],比如int对象变量[i]就会报错。仔细检查错误行。 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01205.txt: -------------------------------------------------------------------------------- 1 | Python报错SyntaxError: EOL while scanning string literal 2 | 3 | 是由于引号没有成对出现,定位报错语句,检查引号即可 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01371.txt: -------------------------------------------------------------------------------- 1 | python报错invalid character in identifier,意思就是“标识符中的无效字符”,检查下有没有字符是中文的,把中文字符改成英文字符再运行就OK啦~ 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01473.txt: -------------------------------------------------------------------------------- 1 | 使用notebook 发现报错: 2 | 3 | TypeError: invalid type comparison 4 | 5 | 把 ‘null’ 替换成 0即可。 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01624.txt: -------------------------------------------------------------------------------- 1 | 在代码首行指定编码格式 2 | 3 | 1.第一种写法 4 | #-*- coding:utf-8 -*- 5 | 2.第二种写法  6 | #coding=utf-8 7 | 8 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01924.txt: -------------------------------------------------------------------------------- 1 | Python报错SyntaxError: EOL while scanning string literal 2 | 3 | 是由于引号没有成对出现,定位报错语句,检查引号即可 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02243.txt: -------------------------------------------------------------------------------- 1 | python报错invalid character in identifier,意思就是“标识符中的无效字符”,检查下有没有字符是中文的,把中文字符改成英文字符再运行就OK啦~ 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02284.txt: -------------------------------------------------------------------------------- 1 | 使用notebook 发现报错: 2 | 3 | TypeError: invalid type comparison 4 | 5 | 把 ‘null’ 替换成 0即可。 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02391.txt: -------------------------------------------------------------------------------- 1 | 在代码首行指定编码格式 2 | 3 | 1.第一种写法 4 | #-*- coding:utf-8 -*- 5 | 2.第二种写法  6 | #coding=utf-8 7 | 8 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03692.txt: -------------------------------------------------------------------------------- 1 | ValueError: math domain error 2 | 3 | 原文 4 | 5 | math.sqrt() 6 | 7 | 原因是根号内为负数导致的计算错误。 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03706.txt: -------------------------------------------------------------------------------- 1 | 1 参考: 2 | 3 | https://www.cnblogs.com/maigy/p/13321553.html 4 | 5 | 2 管理员运行  poweshell 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/04158.txt: -------------------------------------------------------------------------------- 1 | subscriptable的意思是 可有下标的 意思 2 | 3 | 错误的原因就是把不具有下标操作的对象用成了对象[i],比如int对象变量[i]就会报错。仔细检查错误行。 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/04228.txt: -------------------------------------------------------------------------------- 1 | f=open('C:\111.txt','r') 2 | 3 | 原因:python转义字符为\,所以出现找不到文件错误,应该为f=open('c:/111.txt','r') 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/04405.txt: -------------------------------------------------------------------------------- 1 | 1 参考: 2 | 3 | https://www.cnblogs.com/maigy/p/13321553.html 4 | 5 | 2 管理员运行  poweshell 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/04415.txt: -------------------------------------------------------------------------------- 1 | 错误一 2 | print后面报错:end of statement expected: 3 | 解决办法 4 | print x 修改成print(x) 5 | …未完待续 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/00379.txt: -------------------------------------------------------------------------------- 1 | 在集成的时候就会报错,断点到源码位置, 2 | 3 | 在sdk的build setting里搜generate debug symbols,设置为NO,断点就定位不到源码了 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/00535.txt: -------------------------------------------------------------------------------- 1 | 子组件复用时候,props传过来的值可能为空,如果由属性调用会报错大约如下 2 | 3 | 解决方案:1、应用属性的地方加上v-if判断。2、判断初始值情况,并给初始值 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/01122.txt: -------------------------------------------------------------------------------- 1 | 语法错误:检测到非法结束符。 2 | 3 | 大概意思就是那句话的结束符写错了,而且是字符串定义的结束符。一般都会配有^符号(井号,caret)提示我们错误的位置,例如下图: 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/01128.txt: -------------------------------------------------------------------------------- 1 | 解决方法: 2 | 3 | yum install python-devel 4 | yum install mysql-devel 5 | yum install gcc 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/jianshu/file_list.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaloOrangeWang/DebugWebsite/HEAD/SpiderData/jianshu/file_list.xlsx -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/00866.txt: -------------------------------------------------------------------------------- 1 | ####selenium2 python在send_keys()中输入中文一直报错,其实前面加个小u 就解决了: 2 | 3 | ###send_keys(u"输入中文") 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/05625.txt: -------------------------------------------------------------------------------- 1 | 如果tomcat启动报错在控制台看不到具体的错误,可以在tomcat的logs文件下的localhost.xxxx-xx-xx.log查看,以最后更新日期时间接近的为准。 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/07800.txt: -------------------------------------------------------------------------------- 1 | 解决办法: 2 | 3 | 选中整个项目进行验证:一共2步 4 | 5 | 注意:一定要关掉报错的那个js文件,否则验证可能依然报错,为防止万一,可将工作区所有打开的文件关掉 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/07825.txt: -------------------------------------------------------------------------------- 1 | 解决办法: 2 | 3 | 选中整个项目进行验证:一共2步 4 | 5 | 注意:一定要关掉报错的那个js文件,否则验证可能依然报错,为防止万一,可将工作区所有打开的文件关掉 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/09725.txt: -------------------------------------------------------------------------------- 1 | debian 下安装 openldap 报错 BerkeleyDB not available 解决: 2 | 3 | apt-get install libdb-dev 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/oschina/file_list.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HaloOrangeWang/DebugWebsite/HEAD/SpiderData/oschina/file_list.xlsx -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00243.txt: -------------------------------------------------------------------------------- 1 | 自己总是写程序时候用  +  拼接的时候忘记变量类型要一致,如下面 2 | 3 | 上面的代码其实变量是个字符串,但是计算的是Int,所以要记得转换 4 | 5 | 问题不大,重在细心 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00709.txt: -------------------------------------------------------------------------------- 1 | 这几天配置python的虚拟环境numpy总是回报错,保存内容如下: 2 | 3 | 发现问题主要出现在新版本的numpy上,1.19.4版本 4 | 安装老版本的numpy即可解决问题 5 | 6 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00779.txt: -------------------------------------------------------------------------------- 1 | 在出错的代码中 加入 2 | 3 | import sys 4 | 5 | reload(sys) 6 | 7 | sys.setdefaultencoding('utf-8') 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/02029.txt: -------------------------------------------------------------------------------- 1 | 自己总是写程序时候用 + 拼接的时候忘记变量类型要一致,如下面 2 | 3 | 上面的代码其实变量是个字符串,但是计算的是Int,所以要记得转换 4 | 5 | 问题不大,重在细心 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/02568.txt: -------------------------------------------------------------------------------- 1 | 今天换了win10 64电脑,安装python3.6.8时,报错:error writing to file:...... 2 | 3 | 安装时,右键--以管理员身份运行,安装成功。 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/02596.txt: -------------------------------------------------------------------------------- 1 | 其次,将查询到的service_name替换sid即可:conn=cx_Oracle.connect('hr/admin@localhost:1521/EE.oracle.docker') 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/02598.txt: -------------------------------------------------------------------------------- 1 | 在Python的程序中加了中文注释会报错 2 | 3 | 解决方法是:在程序的最开始位置加入 4 | 5 | # -- coding: utf-8 -- 6 | 7 |    8 | 9 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/02664.txt: -------------------------------------------------------------------------------- 1 | 1、Pycharm No module named requests 的解决方法 2 | 3 | pip install requests 4 | 5 | 然后重启pycharm 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/03301.txt: -------------------------------------------------------------------------------- 1 | 出现上述报错原因是字符串没有读写操作,可以看到报错提示在winmanifest.py文件1076行 2 | 3 | 在1075行添加字符窜读取‘rb’解决 4 | 5 | 问题解决 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/05880.txt: -------------------------------------------------------------------------------- 1 | 我的解决办法: 2 | 3 | 每次都需要先执行下activate base 4 | 5 | 在base环境下执行python。 6 | 7 | 有更好的办法,麻烦留意告诉我。 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/08145.txt: -------------------------------------------------------------------------------- 1 | 错误信息:1. -bash: /usr/bin/yum: /usr/bin/python: bad interpreter: Permission denied 2 | 3 | 2. 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/08665.txt: -------------------------------------------------------------------------------- 1 | pip3 install email后再安装cStringIO,就成功了 2 | 3 | ModuleNotFoundError: No module named 'cStringIO' 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/09244.txt: -------------------------------------------------------------------------------- 1 | 报错信息如下: 2 | 3 | 这是因为需要在本地安装 node-gyp, 这个包依赖于 python 2.7 和一些其他组件, 解决方案: 4 | 5 | 重新安装依赖即可. 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/12001.txt: -------------------------------------------------------------------------------- 1 | 2 | python装库报错解决 3 | 4 | 输入的代码: 5 | 6 | 报错内容: 7 | 8 | 解决办法:后面加上 9 | 10 | 例如: 11 | 12 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/12030.txt: -------------------------------------------------------------------------------- 1 | 我的是torch和torchvision版本不对应,这张图是现在的torch、torchvision、python适配的版本,按照这张图的版本从新下一次torch和torchvision 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/12605.txt: -------------------------------------------------------------------------------- 1 | https://blog.csdn.net/dugushangliang/article/details/119446978 2 | 3 | zd=zd.astype('float') 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00033.txt: -------------------------------------------------------------------------------- 1 | 两个原因: 2 | 3 | python得是64位的 4 | 5 | python版本不能太新,刚开始3.10死活装不上,退回到3.9.5安装过程就如丝般顺滑了(2022.2.14) 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00165.txt: -------------------------------------------------------------------------------- 1 | 2 | 报错信息: 3 | 4 | 5 | 解决方案: 6 | 7 | 选择以管理员身份运行Jupyter notebook,重新创建新笔记本即可 8 | 如下图 9 | 10 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00539.txt: -------------------------------------------------------------------------------- 1 | import cv2报错,不管怎样都不行的话,就卸载这两个:OpenCV,opencv-python,使用命令卸载pip uninstall ~。然后运行一下就可以跑了,不行就再装一下下吧 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00657.txt: -------------------------------------------------------------------------------- 1 | 报错原因:Python不能处理null这样的字符串 2 | 3 | 原文链接:https://blog.csdn.net/onlyanyz/article/details/45745045 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00823.txt: -------------------------------------------------------------------------------- 1 | 如图: 2 | 3 | 堆栈错误输出偏移 报错行数准确 但是显示代码并不准确; 4 | 5 | 堆栈报错貌似有缓存; 代码里都没有这行代码了,还是输出这行错误,不过行数!= 这行代码 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01275.txt: -------------------------------------------------------------------------------- 1 | 报错原因:Python不能处理null这样的字符串 2 | 3 | 原文链接:https://blog.csdn.net/onlyanyz/article/details/45745045 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01522.txt: -------------------------------------------------------------------------------- 1 | 如图: 2 | 3 | 堆栈错误输出偏移 报错行数准确 但是显示代码并不准确; 4 | 5 | 堆栈报错貌似有缓存; 代码里都没有这行代码了,还是输出这行错误,不过行数!= 这行代码 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01731.txt: -------------------------------------------------------------------------------- 1 | 2 | python画图报错:Unknown projection ‘3d’ 3 | 4 | 5 | 加入from mpl_toolkits.mplot3d import Axes3D即可 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02046.txt: -------------------------------------------------------------------------------- 1 | 报错原因:Python不能处理null这样的字符串 2 | 3 | 原文链接:https://blog.csdn.net/onlyanyz/article/details/45745045 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02115.txt: -------------------------------------------------------------------------------- 1 | 如图: 2 | 3 | 堆栈错误输出偏移 报错行数准确 但是显示代码并不准确; 4 | 5 | 堆栈报错貌似有缓存; 代码里都没有这行代码了,还是输出这行错误,不过行数!= 这行代码 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02595.txt: -------------------------------------------------------------------------------- 1 | 两个原因: 2 | 3 | python得是64位的 4 | 5 | python版本不能太新,刚开始3.10死活装不上,退回到3.9.5安装过程就如丝般顺滑了(2022.2.14) 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02932.txt: -------------------------------------------------------------------------------- 1 | 2 | 报错信息: 3 | 4 | 5 | 解决方案: 6 | 7 | 选择以管理员身份运行Jupyter notebook,重新创建新笔记本即可 8 | 如下图 9 | 10 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03526.txt: -------------------------------------------------------------------------------- 1 | windows系统python卸载时发生严重错误解决方案: 2 | 1.win+X快捷键,点击设置 3 | 4 | 2.进入应用,应用和功能,搜索python,将python卸载即可 5 | 6 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03668.txt: -------------------------------------------------------------------------------- 1 | 2 | 解决方法: 3 | 4 | 参考 5 | https://blog.csdn.net/qq_43521500/article/details/108751507 6 | 成功解决 7 | 8 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03684.txt: -------------------------------------------------------------------------------- 1 | 2 | 错误详情: 3 | 4 | 5 | 详细代码: 6 | 7 | 8 | 9 | 打印出qu、ql是具体的数,不能取索引,删掉索引就行,希望能帮到你! 10 | 11 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/04082.txt: -------------------------------------------------------------------------------- 1 | windows系统python卸载时发生严重错误解决方案: 2 | 1.win+X快捷键,点击设置 3 | 4 | 2.进入应用,应用和功能,搜索python,将python卸载即可 5 | 6 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/04116.txt: -------------------------------------------------------------------------------- 1 | 当运行Python时,出行SyntaxError: EOL while scanning string literal。一般是语法出现错误,看一下是不是哪里忘记添加符号或是分号:这些没打。 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/04185.txt: -------------------------------------------------------------------------------- 1 | 1.opencv读取图像时,出现了错误“TypeError: Image data can not convert to float”,最后发现问题是图片路径的分隔符应该是/,而不是\。 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/00015.txt: -------------------------------------------------------------------------------- 1 | 缺少python2.7支持 可快速使用以下语句完成安装 2 | 3 | npm install --global --production windows-build-tools 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/01089.txt: -------------------------------------------------------------------------------- 1 | 此错误是因为没有配置File→Projec Structure→Modules,可以Close Project后重新选择Import Project,并配置python SDK即可 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/01328.txt: -------------------------------------------------------------------------------- 1 | ValueError: too many values to unpack 2 | 3 | 原因:赋值左右元素个数不一致 4 | 5 | e.g., x, y = 1, 2, 3 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/01333.txt: -------------------------------------------------------------------------------- 1 | ValueError: too many values to unpack 2 | 3 | 原因:赋值左右元素个数不一致 4 | 5 | e.g., x, y = 1, 2, 3 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/01444.txt: -------------------------------------------------------------------------------- 1 | 1.AttributeError:'int' object has no attribute '    ' 2 | 3 | 不知道其他人是什么问题,但我这里的问题是属性把方法覆盖了…… 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/01445.txt: -------------------------------------------------------------------------------- 1 | 缺少python2.7支持 可快速使用以下语句完成安装 2 | 3 | npm install --global --production windows-build-tools 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/01621.txt: -------------------------------------------------------------------------------- 1 | 根据提示,发现是编码不对,打开文件时改成utf-8编码,即可 2 | 3 | open("test.txt","r",encoding="UTF-8", errors="ignore") 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/08310.txt: -------------------------------------------------------------------------------- 1 | “atof”: 不能将参数 1 从“LPCTSTR”转换为“const char *” 2 | 3 | 用_tstof或者_ttof。atof只能转换char字符串无法转换wchar_t 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/08553.txt: -------------------------------------------------------------------------------- 1 | 原因: 2 | 3 | 在html没有加载完成时,加载了js,导致js找不到vue对应的id,所以报错 4 | 5 | 解决: 6 | 7 | 将对应js放到html最后引用即可 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/08569.txt: -------------------------------------------------------------------------------- 1 | 原因: 2 | 3 | 在html没有加载完成时,加载了js,导致js找不到vue对应的id,所以报错 4 | 5 | 解决: 6 | 7 | 将对应js放到html最后引用即可 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/08579.txt: -------------------------------------------------------------------------------- 1 | 原因: 2 | 3 | 在html没有加载完成时,加载了js,导致js找不到vue对应的id,所以报错 4 | 5 | 解决: 6 | 7 | 将对应js放到html最后引用即可 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/08682.txt: -------------------------------------------------------------------------------- 1 | “atof”: 不能将参数 1 从“LPCTSTR”转换为“const char *” 2 | 3 | 用_tstof或者_ttof。atof只能转换char字符串无法转换wchar_t 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00115.txt: -------------------------------------------------------------------------------- 1 | python的Web框架Django运行报错:Invalid HTTP_HOST header: 'xxx.xx.xxx.xxx:8000'. You may need to add 'xxx.xx' 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00341.txt: -------------------------------------------------------------------------------- 1 | 问题: 2 | 3 | pip安装依赖的时候报错 4 | 5 | 解决: 6 | 7 | 参考 8 | ​​​【已解决】致命错误:Python.h:没有那个文件或目录​​ 9 | 10 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00653.txt: -------------------------------------------------------------------------------- 1 | 安装Python的psutil模块: 2 | 3 | 报错: 4 | 5 | 原因: 6 | 7 | gcc包已装,缺少python-devel包 8 | 9 | 解决: 10 | 11 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00656.txt: -------------------------------------------------------------------------------- 1 | 贴出问题: 2 | 3 | 解决方案: 4 | 5 | 我出现这个问题是在用python读取csv格式的文件时弹出的错误,解决方案是在读取的时候加上   encoding='UTF-8'   即可。 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00835.txt: -------------------------------------------------------------------------------- 1 | 在python中,当start一个线程之后。无论该线程是否结束,再次start该线程就会报一个Thread already started的错误。解决办法就是,调用run()函数,再次运行该线程。 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00944.txt: -------------------------------------------------------------------------------- 1 | 问题: 2 | 3 | pip安装依赖的时候报错 4 | 5 | 解决: 6 | 7 | 参考 8 | ​​​【已解决】致命错误:Python.h:没有那个文件或目录​​ 9 | 10 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/01590.txt: -------------------------------------------------------------------------------- 1 | 1. 每个测试用例函数的名字需要以 test_  开始,否则就出提示这个错误 2 | 3 | 例如: def test_hello(self): 4 | 5 | print("hello") 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/03582.txt: -------------------------------------------------------------------------------- 1 | 微信小程序获取手机号码报错,其中python文档中有一段需要引用 ‘Crypto’的库 2 | 3 | 在windows环境下可能会出现安装失败等原因,可以安装PyCryptodome来替代 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/04684.txt: -------------------------------------------------------------------------------- 1 | 'python' 不是内部或外部命令,也不是可运行的程序或批处理文件。 2 | 3 | 一般情况下都是没配置好python的环境变量,记住点确定 4 | 5 | 配好后需重新打开pycharm 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/05635.txt: -------------------------------------------------------------------------------- 1 | HTMLTestRunner.py文件中import StringIO适用于python 2.X,需要将“import StringIO”改成“from io import StringIO ”即可 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/07072.txt: -------------------------------------------------------------------------------- 1 | win10, pycharm 2 | 3 | 1. 文件路径使用“\\”作为分隔,而不是用“/” 4 | 5 | 2. 文件放在桌面上无法读取,可能是因为权限问题。放在其他地方可以正常读取。 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/07536.txt: -------------------------------------------------------------------------------- 1 | python在import Flask的时候报错cannot import name 'dump_age' 2 | 3 | 原因:werkzeug版本不兼容。 4 | 5 | 解决方法: 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/07926.txt: -------------------------------------------------------------------------------- 1 | 一、出现问题的原因 2 | 3 |   本地/linux没有安装python 4 | 5 | 二、解决方案 6 | 7 |   在本地/linux上安装python,并且安装对应的模块。 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/08021.txt: -------------------------------------------------------------------------------- 1 | 配置:python3.6+pymysql+mysql8.0.21 2 | 3 | 问题:终端命令可正常进行连接mysql服务,pycharm中代码连接mysql报错 4 | 5 | 代码: 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/10285.txt: -------------------------------------------------------------------------------- 1 | 2 | 一、批量pip安装包 3 | 4 | 5 | 二、安装库报错相关 6 | 7 | 8 | 2.1、No module named 'setuptools' 9 | 10 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/11544.txt: -------------------------------------------------------------------------------- 1 | 2 | 我的问题是在字典里放K,有些事Str有些int,所以报这个错,可以是str和int不能比较,所以获取的散列值有歧义,所以不允许。 3 | 4 | 5 | 解决办法,都写成一样的 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/11545.txt: -------------------------------------------------------------------------------- 1 | 2 | 我的问题是在字典里放K,有些事Str有些int,所以报这个错,可以是str和int不能比较,所以获取的散列值有歧义,所以不允许。 3 | 4 | 5 | 解决办法,都写成一样的 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/12014.txt: -------------------------------------------------------------------------------- 1 | 3.报错原因 2 | 3 | map函数是小括号,不是中括号 4 | 5 | 修改:将第5行代码res = map[fn,list],中括号改成小括号,即res = map(fn,list) 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/12468.txt: -------------------------------------------------------------------------------- 1 | 通过python3连接MongoDB报错如下: 2 | 3 | python的连接URI: 4 | 5 | 查看用户gaoyu,只有数据库gaoyu的权限 6 | 7 | 指定数据库即可 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00028.txt: -------------------------------------------------------------------------------- 1 | Python运行报错most recent call last 2 | 3 | 读取文件时遇到文件结尾而无法读取 4 | 5 | 解决方案: 6 | 将input()替换为raw_input() 7 | 8 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00564.txt: -------------------------------------------------------------------------------- 1 | 如图,python卸载时提示发生严重错误! 2 | 3 | 解决方法: 4 | 5 | 找到python对应得python安装包,双击打开,界面点击修复Repair,等待修复完成后,再次卸载就可以 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00746.txt: -------------------------------------------------------------------------------- 1 | Python运行报错most recent call last 2 | 3 | 读取文件时遇到文件结尾而无法读取 4 | 5 | 解决方案: 6 | 将input()替换为raw_input() 7 | 8 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00814.txt: -------------------------------------------------------------------------------- 1 | 运行下面的两行命令 2 | 3 | npm install -g node-gyp 4 | npm install --global --production windows-build-tools 5 | 6 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01150.txt: -------------------------------------------------------------------------------- 1 | 拿到一个新项目,发现import本地py文件报错,除了需要添加__init__.py文件,还可能需要这样做: 2 | 右键文件夹 -> mark directory as -> source root 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01453.txt: -------------------------------------------------------------------------------- 1 | Python运行报错most recent call last 2 | 3 | 读取文件时遇到文件结尾而无法读取 4 | 5 | 解决方案: 6 | 将input()替换为raw_input() 7 | 8 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01465.txt: -------------------------------------------------------------------------------- 1 | 运行下面的两行命令 2 | 3 | npm install -g node-gyp 4 | npm install --global --production windows-build-tools 5 | 6 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01682.txt: -------------------------------------------------------------------------------- 1 | 拿到一个新项目,发现import本地py文件报错,除了需要添加__init__.py文件,还可能需要这样做: 2 | 右键文件夹 -> mark directory as -> source root 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02031.txt: -------------------------------------------------------------------------------- 1 | 运行下面的两行命令 2 | 3 | npm install -g node-gyp 4 | npm install --global --production windows-build-tools 5 | 6 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02101.txt: -------------------------------------------------------------------------------- 1 | Python运行报错most recent call last 2 | 3 | 读取文件时遇到文件结尾而无法读取 4 | 5 | 解决方案: 6 | 将input()替换为raw_input() 7 | 8 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02231.txt: -------------------------------------------------------------------------------- 1 | 拿到一个新项目,发现import本地py文件报错,除了需要添加__init__.py文件,还可能需要这样做: 2 | 右键文件夹 -> mark directory as -> source root 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02540.txt: -------------------------------------------------------------------------------- 1 | Python运行报错most recent call last 2 | 3 | 读取文件时遇到文件结尾而无法读取 4 | 5 | 解决方案: 6 | 将input()替换为raw_input() 7 | 8 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03274.txt: -------------------------------------------------------------------------------- 1 | python终端用pip list出现这个错误Fatal error in launcher: 2 | ,只要终端用到pip的东西,都在前面加python -m,比如python -m pip list 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03290.txt: -------------------------------------------------------------------------------- 1 | Python运行报错most recent call last 2 | 3 | 读取文件时遇到文件结尾而无法读取 4 | 5 | 解决方案: 6 | 将input()替换为raw_input() 7 | 8 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03437.txt: -------------------------------------------------------------------------------- 1 | 如图,python卸载时提示发生严重错误! 2 | 3 | 解决方法: 4 | 5 | 找到python对应得python安装包,双击打开,界面点击修复Repair,等待修复完成后,再次卸载就可以 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03456.txt: -------------------------------------------------------------------------------- 1 | 下载python解释器时,竟然出现了“发生严重错误”,网上搜了一堆方法,各种卸载重启…… 2 | emmmmmm,其实选择下载好的python的.exe文件,右键,以管理员身份运行,然后就没有然后了…… 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03911.txt: -------------------------------------------------------------------------------- 1 | Python运行报错most recent call last 2 | 3 | 读取文件时遇到文件结尾而无法读取 4 | 5 | 解决方案: 6 | 将input()替换为raw_input() 7 | 8 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/04119.txt: -------------------------------------------------------------------------------- 1 | 下载python解释器时,竟然出现了“发生严重错误”,网上搜了一堆方法,各种卸载重启…… 2 | emmmmmm,其实选择下载好的python的.exe文件,右键,以管理员身份运行,然后就没有然后了…… 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/04155.txt: -------------------------------------------------------------------------------- 1 | 如图,python卸载时提示发生严重错误! 2 | 3 | 解决方法: 4 | 5 | 找到python对应得python安装包,双击打开,界面点击修复Repair,等待修复完成后,再次卸载就可以 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/04264.txt: -------------------------------------------------------------------------------- 1 | sudo ln -sf /usr/bin/python2.7 /usr/bin/python 2 | 或者 3 | sudo apt-get install –reinstall python 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/01537.txt: -------------------------------------------------------------------------------- 1 | 解决办法:增加--upgrade参数 2 | 3 | python -m pip --default-timeout=100000 install --upgrade matplotlib 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/00318.txt: -------------------------------------------------------------------------------- 1 | python的版本过低没有 lru_cache 2 | 3 | 所以安装1.8.17版本的Django,或者升级python 4 | 5 | sudo pip Django == 1.8.17 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/00519.txt: -------------------------------------------------------------------------------- 1 | 其实解决办法在报错位置就可以看到,https://github.com/sstephenson/execjs 2 | 3 | 下面只是把解决办法贴出来,就是在系统里面安装一个js的运行环境: 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/00688.txt: -------------------------------------------------------------------------------- 1 | 其实解决办法在报错位置就可以看到,https://github.com/sstephenson/execjs 2 | 3 | 下面只是把解决办法贴出来,就是在系统里面安装一个js的运行环境: 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/05936.txt: -------------------------------------------------------------------------------- 1 | 如图,@Builder报错,是因为idea中缺少插件:lombok. idea上安装一个叫做lombok的插件就可以了。 2 | 3 | 安装步骤: 4 | 5 | 重启idea,就OK了 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/06567.txt: -------------------------------------------------------------------------------- 1 | 报错如下: 2 | 3 | 原因:数组不能用 echo 来输出 4 | 5 | 解决办法:print_r() 来输出数组 6 | 7 | 解决办法:var_dump() 来查看数据类型 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/06983.txt: -------------------------------------------------------------------------------- 1 | java.lang.NoClassDefFoundError: org/apache/jsp/_firstPage 2 | 3 | 这个页面没有改但是也报了错 ,没办法 ,只能重启 一个办法 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/07305.txt: -------------------------------------------------------------------------------- 1 | java.lang.NoClassDefFoundError: org/apache/jsp/_firstPage 2 | 3 | 这个页面没有改但是也报了错 ,没办法 ,只能重启 一个办法 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/08503.txt: -------------------------------------------------------------------------------- 1 | 1.logs文件夹 2 | 3 | 在bin同级目录下新建logs文件夹,在logs中新建seata_gc.log 4 | 5 | 2.内存 6 | 7 | 修改bat文件的jvm内存配置 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/08613.txt: -------------------------------------------------------------------------------- 1 | Multiple annotations found at this line: 2 | 3 | ..... 4 | 5 | 解决方式:右击项目-->maven-->update project 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/08769.txt: -------------------------------------------------------------------------------- 1 | BrowserRouter: http://localhost:8080/abc/def 2 | 3 | HashRouter: http://localhost:8080/#/abc/def 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00134.txt: -------------------------------------------------------------------------------- 1 | 执行saltstack 报错一下信息 2 | 3 | 根据报错信息修改python文件 4 | 5 | #若遇报错1 6 | 7 | 注释该文件 8 | 9 | #若遇报错2 10 | 11 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00135.txt: -------------------------------------------------------------------------------- 1 | mysql中字段包括date和datetime两种时间类型 2 | 3 | 1、date类型 4 | 5 | 2、datetime类型 6 | 7 | 例子: 8 | 9 |    10 | 11 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00402.txt: -------------------------------------------------------------------------------- 1 | 2 | 文章目录 3 | 4 | ​​极有可能是没有调用matplotlib.pylot.show()​​ 5 | 6 | 7 | 极有可能是没有调用matplotlib.pylot.show() 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00637.txt: -------------------------------------------------------------------------------- 1 | 报了个源的错,都说是源不对重新配置,看了好多,不知道咋弄,然后发现了是清华源顺序的问题。 2 | 3 | 1.清空源​​ 4 | ​​ 5 | 6 | 2.重新配置 7 | 8 | ​ 9 | 10 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/00034.txt: -------------------------------------------------------------------------------- 1 | python报错 ValueError: Unknown MS Compiler version 1900 2 | 3 | 解决方法:http://www.luozhipeng.com/?p=1285 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/00089.txt: -------------------------------------------------------------------------------- 1 | 在虚拟环境目录,进行git clone xxxxx.git  项目,报如下图错误 2 | 3 | 解决办法:env GIT_SSL_NO_VERIFY=true git clone xxxx.git 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/00600.txt: -------------------------------------------------------------------------------- 1 | 刚开始是在Pycharm里面,发现就是不对,导入老提示No module named requests这个错误。 2 | 后面发现是指向的python.exe路径不对,到setting里面设置换一下路径就好。 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/02152.txt: -------------------------------------------------------------------------------- 1 | reload()是python2 的内置函数可以直接使用,但是python3 直接使用此函数报错,需要导入importlib 模块 2 | 3 | from importlib import reload 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/03998.txt: -------------------------------------------------------------------------------- 1 | 卸载ipython 2 | 3 | pip uninstall ipython 4 | 5 | 安装ipython6.2.0 6 | 7 | pip install ipython==6.2.0 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/04055.txt: -------------------------------------------------------------------------------- 1 | 在Python中"\"一般是作为转义符用的,即(\d,\t,\n),但是有时候会用到单独的"\"如果直接这么用,那么就会报错,这时候需要双反斜线,"\\",第一个反斜线转义第二个反斜线。这样用就没有错误了。 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/05157.txt: -------------------------------------------------------------------------------- 1 | Python中如何通过域名,查看对应的IP? 2 | 3 | 请看如下代码: 4 | 5 | 看下执行结果: 6 | 7 | 如果配置的hostname有问题,或者说域名配置错误,就会出现如下报错: 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/06035.txt: -------------------------------------------------------------------------------- 1 | python代码的编码格式       #coding:utf-8 2 | 3 | 在操作文件时,如果文件名带有中文,则需要将文件路径以Unicode的编码格式进行操作 4 | 5 | 具体的方式如下 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/09017.txt: -------------------------------------------------------------------------------- 1 | 背景:使用AUTOIT方式进行文件上传时,选择文件按钮,直接进行click操作时报错,原代码如下: 2 | 3 | 报错信息:如下 4 | 5 | 解决方案:将click操作修改为鼠标事件,上传成功 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/09047.txt: -------------------------------------------------------------------------------- 1 | 该报错是由于文件命名原因,文件命名不能是python内置方法或者包名称,否则会报错:AttributeError: module 'random' has no attribute 'randint' 2 | 3 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/10489.txt: -------------------------------------------------------------------------------- 1 | 执行import tensorflow的时候有如下报错 2 | 3 | 搜索了以后发现是warning,这几条是需要运行TensorRT才需要安装的东西。也就是说单独使用Tensorflow不需要。 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/11556.txt: -------------------------------------------------------------------------------- 1 | Non-UTF-8 code starting with '\xe6' in file 2 | 3 | 解决: 4 | 5 | 在文件开头添加coding 6 | 7 | # coding:utf-8 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00129.txt: -------------------------------------------------------------------------------- 1 | 安装email模块出错 2 | 3 | 4 | 解决方法 5 | 6 | 根据pip命令提供的链接,直接下载email模块安装包,解压,复制到python安装路径,lib/site-package/里面 7 | 8 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00241.txt: -------------------------------------------------------------------------------- 1 | 有些同学在根据文件画图时,就是以上代码,运行成功了,但没有出现画图 2 | 3 | 需要在添加个plt.show() 这样就可以显示画图,如图所示 4 | 5 | 这样就会显示画图了,这个图是折线的,可以在 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00714.txt: -------------------------------------------------------------------------------- 1 | python对缩进特别严格,当一行代码最前或最后字符有红下波浪线,并提示Indent expected时,一般为缩进错误,存在多余的空格 2 | 比如下面的代码,names行前多了一空格,删除空格后,不再报错 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00768.txt: -------------------------------------------------------------------------------- 1 | 内存不足 2 | 3 | 参考链接:https://stackoverflow.com/questions/10035541/what-causes-a-python-segmentation-fault 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00799.txt: -------------------------------------------------------------------------------- 1 | file = open("file.txt","r") 2 | 3 | for line in file: 4 | 5 | print (line)   #这个line一定要加“()”,否则会报语法错误 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00933.txt: -------------------------------------------------------------------------------- 1 | 路径里面不能包含中文,否则就会报错! 2 | 很奇怪,我这里实现的是2020 32位Labview调用3.10 62位Python,为什么两个位数不同还能连接成功表示很疑惑。。。后续编程看看会不会出bug。 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/00935.txt: -------------------------------------------------------------------------------- 1 | 搞了一晚上,按部就班的检查吧 2 | 3 | 1.检查安装requests成功了导入一直报错 4 | 5 | 2.检查路径也没有问题 6 | 7 | 3.在pycharm中手动导入requests库完美解决 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01021.txt: -------------------------------------------------------------------------------- 1 |   今天写个ping vpn的python脚本,报错IndexError: list index out of range 2 | 3 | 最后查看是python读取文件中出现空格 4 | 5 | 去掉空格即可 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01367.txt: -------------------------------------------------------------------------------- 1 | 内存不足 2 | 3 | 参考链接:https://stackoverflow.com/questions/10035541/what-causes-a-python-segmentation-fault 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01480.txt: -------------------------------------------------------------------------------- 1 | 搞了一晚上,按部就班的检查吧 2 | 3 | 1.检查安装requests成功了导入一直报错 4 | 5 | 2.检查路径也没有问题 6 | 7 | 3.在pycharm中手动导入requests库完美解决 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01582.txt: -------------------------------------------------------------------------------- 1 | 问题一: ERROR 1: PROJ: proj_create_from_database: Cannot find proj.db 2 | 3 | 暴力解决方式 4 | 5 | **是Anaconda3的路径 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01599.txt: -------------------------------------------------------------------------------- 1 | 路径里面不能包含中文,否则就会报错! 2 | 很奇怪,我这里实现的是2020 32位Labview调用3.10 62位Python,为什么两个位数不同还能连接成功表示很疑惑。。。后续编程看看会不会出bug。 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01612.txt: -------------------------------------------------------------------------------- 1 |   今天写个ping vpn的python脚本,报错IndexError: list index out of range 2 | 3 | 最后查看是python读取文件中出现空格 4 | 5 | 去掉空格即可 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01645.txt: -------------------------------------------------------------------------------- 1 | python对缩进特别严格,当一行代码最前或最后字符有红下波浪线,并提示Indent expected时,一般为缩进错误,存在多余的空格 2 | 比如下面的代码,names行前多了一空格,删除空格后,不再报错 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/01720.txt: -------------------------------------------------------------------------------- 1 | file = open("file.txt","r") 2 | 3 | for line in file: 4 | 5 | print (line)   #这个line一定要加“()”,否则会报语法错误 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02095.txt: -------------------------------------------------------------------------------- 1 | 路径里面不能包含中文,否则就会报错! 2 | 很奇怪,我这里实现的是2020 32位Labview调用3.10 62位Python,为什么两个位数不同还能连接成功表示很疑惑。。。后续编程看看会不会出bug。 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02097.txt: -------------------------------------------------------------------------------- 1 | 搞了一晚上,按部就班的检查吧 2 | 3 | 1.检查安装requests成功了导入一直报错 4 | 5 | 2.检查路径也没有问题 6 | 7 | 3.在pycharm中手动导入requests库完美解决 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02230.txt: -------------------------------------------------------------------------------- 1 | 内存不足 2 | 3 | 参考链接:https://stackoverflow.com/questions/10035541/what-causes-a-python-segmentation-fault 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02254.txt: -------------------------------------------------------------------------------- 1 | python对缩进特别严格,当一行代码最前或最后字符有红下波浪线,并提示Indent expected时,一般为缩进错误,存在多余的空格 2 | 比如下面的代码,names行前多了一空格,删除空格后,不再报错 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02366.txt: -------------------------------------------------------------------------------- 1 | 在python脚本中国呢调用linux命令,nohup提交报错 2 | 3 | cat: -: Bad file descriptor 4 | 5 | 但是,结果能正常输出, 6 | 7 | 没找到原因~~~ 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02562.txt: -------------------------------------------------------------------------------- 1 | 解决python2编译中文出错 2 | 3 | 解决办法: 4 | 5 | 方法1、第一行添加  #-*- coding=utf-8 -*- 6 | 7 | 方法2、第一行添加  #coding=utf-8 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/02632.txt: -------------------------------------------------------------------------------- 1 | 安装email模块出错 2 | 3 | 4 | 解决方法 5 | 6 | 根据pip命令提供的链接,直接下载email模块安装包,解压,复制到python安装路径,lib/site-package/里面 7 | 8 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03030.txt: -------------------------------------------------------------------------------- 1 | 问题一: ERROR 1: PROJ: proj_create_from_database: Cannot find proj.db 2 | 3 | 暴力解决方式 4 | 5 | **是Anaconda3的路径 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03350.txt: -------------------------------------------------------------------------------- 1 | python对缩进特别严格,当一行代码最前或最后字符有红下波浪线,并提示Indent expected时,一般为缩进错误,存在多余的空格 2 | 比如下面的代码,names行前多了一空格,删除空格后,不再报错 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03747.txt: -------------------------------------------------------------------------------- 1 | 卸载Python 3.6时错误提示,No Python 3.6 installation was detected。 2 | 3 | 解决办法是,先右键→更改→Repair。 4 | 5 | 然后再卸载,完成! 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03785.txt: -------------------------------------------------------------------------------- 1 | 编译过程中,提示了一大堆的python的编译错误,其中包括头文件找不到,指定的定义错误等。 2 | 3 | 此时可能是没有安装python-devel,使用prm -ivh 安装完成后,重新使用b2编译就可以了 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03937.txt: -------------------------------------------------------------------------------- 1 | python对缩进特别严格,当一行代码最前或最后字符有红下波浪线,并提示Indent expected时,一般为缩进错误,存在多余的空格 2 | 比如下面的代码,names行前多了一空格,删除空格后,不再报错 3 | 4 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/03978.txt: -------------------------------------------------------------------------------- 1 | 编译过程中,提示了一大堆的python的编译错误,其中包括头文件找不到,指定的定义错误等。 2 | 3 | 此时可能是没有安装python-devel,使用prm -ivh 安装完成后,重新使用b2编译就可以了 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/04051.txt: -------------------------------------------------------------------------------- 1 | 2 | Python 的一个错误 3 | 4 | E902: TokenError: EOF in multi-line statement 5 | 6 | 还有其他类似 EOF 的,是不是括号或引号不匹配。 7 | 8 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/04221.txt: -------------------------------------------------------------------------------- 1 | 错误: 2 | 3 | 就是没有找到成员变量 4 | 5 | 先看看包有没有引对 6 | 7 | 然后 8 | 9 | 这个函数是__init__(两个下划线!!!!!!!!) 10 | 11 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/04356.txt: -------------------------------------------------------------------------------- 1 | 问题一: ERROR 1: PROJ: proj_create_from_database: Cannot find proj.db 2 | 3 | 暴力解决方式 4 | 5 | **是Anaconda3的路径 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/csdn/Clean/04396.txt: -------------------------------------------------------------------------------- 1 | 卸载Python 3.6时错误提示,No Python 3.6 installation was detected。 2 | 3 | 解决办法是,先右键→更改→Repair。 4 | 5 | 然后再卸载,完成! 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/jianshu/Clean/01748.txt: -------------------------------------------------------------------------------- 1 | Python语言测试过程中,运行测试用例后报错 " Empty suite " 2 | 3 | Python3.7 4 | 5 | 主要原因是你的测试用例里面的方法,应该以test开头且必须是小写 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/06347.txt: -------------------------------------------------------------------------------- 1 | 类似于下面这种情况:_c of undefined 2 | 3 | 查看一下应该是路由写错了 4 | 5 | 路由component而不是components,最后没有s。 6 | 7 | 检查一下 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/oschina/Clean/07223.txt: -------------------------------------------------------------------------------- 1 | 问题:新建java工程红色报错标记 2 | 3 | 解决方法: 4 | 5 | 1、工程右键-》属性-》 6 | 7 | 2、 8 | 9 | 3、 10 | 11 | 4、 12 | 13 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00076.txt: -------------------------------------------------------------------------------- 1 | 今天pip install uwsgi 死活装不上,源码也没法装。原来是缺少了python的开发包。 2 | 3 | yum install python-devel 4 | 5 | 再pip就 OK了 ,,坑爹啊。。 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00111.txt: -------------------------------------------------------------------------------- 1 |   今天写个ping vpn的python脚本,报错IndexError: list index out of range 2 | 3 | 最后查看是python读取文件中出现空格 4 | 5 | 去掉空格即可 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00599.txt: -------------------------------------------------------------------------------- 1 | 解决方案: 2 | 3 | 1、加上源 4 | 5 | 2、更新 6 | 7 | 3、安装pip3 8 | 9 | 4、安装distutils 10 | 11 | 5、再次执行pip3不报错 12 | 13 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00608.txt: -------------------------------------------------------------------------------- 1 | 在指定目录,检查配置环境前,先进入解压后的目录,编辑配置文件,我的解压后目录放在/opt/Python-3.9.6 2 | 3 | gcc版本过低,本机自带版本为4.8.5,解决此bug的版本为8 4 | 5 | ​ 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00692.txt: -------------------------------------------------------------------------------- 1 | 原因是数据库设置了连接回收时长、这个时候系统缓冲池不知道会继续使用被回收的连接导致报错 2 | 3 | 解决方法:Navicat可视化工具直接执行: wait_timeout=86400或者更大将回收空闲连接的时间变长 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00940.txt: -------------------------------------------------------------------------------- 1 | 把verify参数置为FALSE。 2 | 3 | 运行时 ,控制台 出现 警告 4 | 5 | https://blog.csdn.net/u012478031/article/details/60578318 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/51cto/Clean/00965.txt: -------------------------------------------------------------------------------- 1 | python在使用xlwt创建excel并写入数据后,手动打开demo.xlsx时提示文件扩展名无效,但是用xlrd模块读取没问题: 2 | 3 | 后来把demo.xlsx改为demo.xls,再去手动打开就可以了 4 | 5 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/00552.txt: -------------------------------------------------------------------------------- 1 |   今天写个ping vpn的python脚本,报错IndexError: list index out of range 2 | 3 | 最后查看是python读取文件中出现空格 4 | 5 | 去掉空格即可 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/01013.txt: -------------------------------------------------------------------------------- 1 | 新建Python文件,保存为move,Python交互界面,导入move函数后,执行函数,报错 2 | 3 | 后在执行函数前,输入 4 | 5 | import math 6 | 7 | 执行函数,不报错 8 | 9 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/02019.txt: -------------------------------------------------------------------------------- 1 | 写python的时候报错: 2 | 3 | 明明定义的就是2个参数,为什么老是报错说少参数? 4 | 5 | 这个错误出现几次了,脑回路还是要卡一下。因为类里面的函数第一个参数要写self,剩下的才算。<-_<- 6 | 7 | -------------------------------------------------------------------------------- /SpiderData/cnblogs/Clean/02035.txt: -------------------------------------------------------------------------------- 1 | 运行时报错:SyntaxError: 'break' outside loop。 2 | 3 | 原因:break只能在for和while循环中使用。 4 | 5 | 报错的具体例子 6 | 7 | 解决方法: 8 | 9 | --------------------------------------------------------------------------------