bootrap3是支持的图标 ,4不支持



4已经移除了 收费图标,取而代之建议使用其他的,比如 https://octicons.github.com/ 和http://fontawesome.io/ 但是3和4我都用过的,直接扣下了3里面的部分。

如图目录结构:

您可以将一下代码copy到您引入的bootstrap-4.0.0-dist/css/bootstrap.css 文件中

注意:(注意:如下代码依赖glyphicons-.eot、glyphicons-.ttf、glyphicons-*.svg 文件)

  1. @font-face {
  2. font-family: 'Glyphicons Halflings';
  3. src: url('../fonts/glyphicons-halflings-regular.eot');
  4. src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
  5. }
  6. .glyphicon {
  7. position: relative;
  8. top: 1px;
  9. display: inline-block;
  10. font-family: 'Glyphicons Halflings';
  11. font-style: normal;
  12. font-weight: normal;
  13. line-height: 1;
  14. -webkit-font-smoothing: antialiased;
  15. -moz-osx-font-smoothing: grayscale;
  16. }
  17. .glyphicon-asterisk:before {
  18. content: "\002a";
  19. }
  20. .glyphicon-plus:before {
  21. content: "\002b";
  22. }
  23. .glyphicon-euro:before,
  24. .glyphicon-eur:before {
  25. content: "\20ac";
  26. }
  27. .glyphicon-minus:before {
  28. content: "\2212";
  29. }
  30. .glyphicon-cloud:before {
  31. content: "\2601";
  32. }
  33. .glyphicon-envelope:before {
  34. content: "\2709";
  35. }
  36. .glyphicon-pencil:before {
  37. content: "\270f";
  38. }
  39. .glyphicon-glass:before {
  40. content: "\e001";
  41. }
  42. .glyphicon-music:before {
  43. content: "\e002";
  44. }
  45. .glyphicon-search:before {
  46. content: "\e003";
  47. }
  48. .glyphicon-heart:before {
  49. content: "\e005";
  50. }
  51. .glyphicon-star:before {
  52. content: "\e006";
  53. }
  54. .glyphicon-star-empty:before {
  55. content: "\e007";
  56. }
  57. .glyphicon-user:before {
  58. content: "\e008";
  59. }
  60. .glyphicon-film:before {
  61. content: "\e009";
  62. }
  63. .glyphicon-th-large:before {
  64. content: "\e010";
  65. }
  66. .glyphicon-th:before {
  67. content: "\e011";
  68. }
  69. .glyphicon-th-list:before {
  70. content: "\e012";
  71. }
  72. .glyphicon-ok:before {
  73. content: "\e013";
  74. }
  75. .glyphicon-remove:before {
  76. content: "\e014";
  77. }
  78. .glyphicon-zoom-in:before {
  79. content: "\e015";
  80. }
  81. .glyphicon-zoom-out:before {
  82. content: "\e016";
  83. }
  84. .glyphicon-off:before {
  85. content: "\e017";
  86. }
  87. .glyphicon-signal:before {
  88. content: "\e018";
  89. }
  90. .glyphicon-cog:before {
  91. content: "\e019";
  92. }
  93. .glyphicon-trash:before {
  94. content: "\e020";
  95. }
  96. .glyphicon-home:before {
  97. content: "\e021";
  98. }
  99. .glyphicon-file:before {
  100. content: "\e022";
  101. }
  102. .glyphicon-time:before {
  103. content: "\e023";
  104. }
  105. .glyphicon-road:before {
  106. content: "\e024";
  107. }
  108. .glyphicon-download-alt:before {
  109. content: "\e025";
  110. }
  111. .glyphicon-download:before {
  112. content: "\e026";
  113. }
  114. .glyphicon-upload:before {
  115. content: "\e027";
  116. }
  117. .glyphicon-inbox:before {
  118. content: "\e028";
  119. }
  120. .glyphicon-play-circle:before {
  121. content: "\e029";
  122. }
  123. .glyphicon-repeat:before {
  124. content: "\e030";
  125. }
  126. .glyphicon-refresh:before {
  127. content: "\e031";
  128. }
  129. .glyphicon-list-alt:before {
  130. content: "\e032";
  131. }
  132. .glyphicon-lock:before {
  133. content: "\e033";
  134. }
  135. .glyphicon-flag:before {
  136. content: "\e034";
  137. }
  138. .glyphicon-headphones:before {
  139. content: "\e035";
  140. }
  141. .glyphicon-volume-off:before {
  142. content: "\e036";
  143. }
  144. .glyphicon-volume-down:before {
  145. content: "\e037";
  146. }
  147. .glyphicon-volume-up:before {
  148. content: "\e038";
  149. }
  150. .glyphicon-qrcode:before {
  151. content: "\e039";
  152. }
  153. .glyphicon-barcode:before {
  154. content: "\e040";
  155. }
  156. .glyphicon-tag:before {
  157. content: "\e041";
  158. }
  159. .glyphicon-tags:before {
  160. content: "\e042";
  161. }
  162. .glyphicon-book:before {
  163. content: "\e043";
  164. }
  165. .glyphicon-bookmark:before {
  166. content: "\e044";
  167. }
  168. .glyphicon-print:before {
  169. content: "\e045";
  170. }
  171. .glyphicon-camera:before {
  172. content: "\e046";
  173. }
  174. .glyphicon-font:before {
  175. content: "\e047";
  176. }
  177. .glyphicon-bold:before {
  178. content: "\e048";
  179. }
  180. .glyphicon-italic:before {
  181. content: "\e049";
  182. }
  183. .glyphicon-text-height:before {
  184. content: "\e050";
  185. }
  186. .glyphicon-text-width:before {
  187. content: "\e051";
  188. }
  189. .glyphicon-align-left:before {
  190. content: "\e052";
  191. }
  192. .glyphicon-align-center:before {
  193. content: "\e053";
  194. }
  195. .glyphicon-align-right:before {
  196. content: "\e054";
  197. }
  198. .glyphicon-align-justify:before {
  199. content: "\e055";
  200. }
  201. .glyphicon-list:before {
  202. content: "\e056";
  203. }
  204. .glyphicon-indent-left:before {
  205. content: "\e057";
  206. }
  207. .glyphicon-indent-right:before {
  208. content: "\e058";
  209. }
  210. .glyphicon-facetime-video:before {
  211. content: "\e059";
  212. }
  213. .glyphicon-picture:before {
  214. content: "\e060";
  215. }
  216. .glyphicon-map-marker:before {
  217. content: "\e062";
  218. }
  219. .glyphicon-adjust:before {
  220. content: "\e063";
  221. }
  222. .glyphicon-tint:before {
  223. content: "\e064";
  224. }
  225. .glyphicon-edit:before {
  226. content: "\e065";
  227. }
  228. .glyphicon-share:before {
  229. content: "\e066";
  230. }
  231. .glyphicon-check:before {
  232. content: "\e067";
  233. }
  234. .glyphicon-move:before {
  235. content: "\e068";
  236. }
  237. .glyphicon-step-backward:before {
  238. content: "\e069";
  239. }
  240. .glyphicon-fast-backward:before {
  241. content: "\e070";
  242. }
  243. .glyphicon-backward:before {
  244. content: "\e071";
  245. }
  246. .glyphicon-play:before {
  247. content: "\e072";
  248. }
  249. .glyphicon-pause:before {
  250. content: "\e073";
  251. }
  252. .glyphicon-stop:before {
  253. content: "\e074";
  254. }
  255. .glyphicon-forward:before {
  256. content: "\e075";
  257. }
  258. .glyphicon-fast-forward:before {
  259. content: "\e076";
  260. }
  261. .glyphicon-step-forward:before {
  262. content: "\e077";
  263. }
  264. .glyphicon-eject:before {
  265. content: "\e078";
  266. }
  267. .glyphicon-chevron-left:before {
  268. content: "\e079";
  269. }
  270. .glyphicon-chevron-right:before {
  271. content: "\e080";
  272. }
  273. .glyphicon-plus-sign:before {
  274. content: "\e081";
  275. }
  276. .glyphicon-minus-sign:before {
  277. content: "\e082";
  278. }
  279. .glyphicon-remove-sign:before {
  280. content: "\e083";
  281. }
  282. .glyphicon-ok-sign:before {
  283. content: "\e084";
  284. }
  285. .glyphicon-question-sign:before {
  286. content: "\e085";
  287. }
  288. .glyphicon-info-sign:before {
  289. content: "\e086";
  290. }
  291. .glyphicon-screenshot:before {
  292. content: "\e087";
  293. }
  294. .glyphicon-remove-circle:before {
  295. content: "\e088";
  296. }
  297. .glyphicon-ok-circle:before {
  298. content: "\e089";
  299. }
  300. .glyphicon-ban-circle:before {
  301. content: "\e090";
  302. }
  303. .glyphicon-arrow-left:before {
  304. content: "\e091";
  305. }
  306. .glyphicon-arrow-right:before {
  307. content: "\e092";
  308. }
  309. .glyphicon-arrow-up:before {
  310. content: "\e093";
  311. }
  312. .glyphicon-arrow-down:before {
  313. content: "\e094";
  314. }
  315. .glyphicon-share-alt:before {
  316. content: "\e095";
  317. }
  318. .glyphicon-resize-full:before {
  319. content: "\e096";
  320. }
  321. .glyphicon-resize-small:before {
  322. content: "\e097";
  323. }
  324. .glyphicon-exclamation-sign:before {
  325. content: "\e101";
  326. }
  327. .glyphicon-gift:before {
  328. content: "\e102";
  329. }
  330. .glyphicon-leaf:before {
  331. content: "\e103";
  332. }
  333. .glyphicon-fire:before {
  334. content: "\e104";
  335. }
  336. .glyphicon-eye-open:before {
  337. content: "\e105";
  338. }
  339. .glyphicon-eye-close:before {
  340. content: "\e106";
  341. }
  342. .glyphicon-warning-sign:before {
  343. content: "\e107";
  344. }
  345. .glyphicon-plane:before {
  346. content: "\e108";
  347. }
  348. .glyphicon-calendar:before {
  349. content: "\e109";
  350. }
  351. .glyphicon-random:before {
  352. content: "\e110";
  353. }
  354. .glyphicon-comment:before {
  355. content: "\e111";
  356. }
  357. .glyphicon-magnet:before {
  358. content: "\e112";
  359. }
  360. .glyphicon-chevron-up:before {
  361. content: "\e113";
  362. }
  363. .glyphicon-chevron-down:before {
  364. content: "\e114";
  365. }
  366. .glyphicon-retweet:before {
  367. content: "\e115";
  368. }
  369. .glyphicon-shopping-cart:before {
  370. content: "\e116";
  371. }
  372. .glyphicon-folder-close:before {
  373. content: "\e117";
  374. }
  375. .glyphicon-folder-open:before {
  376. content: "\e118";
  377. }
  378. .glyphicon-resize-vertical:before {
  379. content: "\e119";
  380. }
  381. .glyphicon-resize-horizontal:before {
  382. content: "\e120";
  383. }
  384. .glyphicon-hdd:before {
  385. content: "\e121";
  386. }
  387. .glyphicon-bullhorn:before {
  388. content: "\e122";
  389. }
  390. .glyphicon-bell:before {
  391. content: "\e123";
  392. }
  393. .glyphicon-certificate:before {
  394. content: "\e124";
  395. }
  396. .glyphicon-thumbs-up:before {
  397. content: "\e125";
  398. }
  399. .glyphicon-thumbs-down:before {
  400. content: "\e126";
  401. }
  402. .glyphicon-hand-right:before {
  403. content: "\e127";
  404. }
  405. .glyphicon-hand-left:before {
  406. content: "\e128";
  407. }
  408. .glyphicon-hand-up:before {
  409. content: "\e129";
  410. }
  411. .glyphicon-hand-down:before {
  412. content: "\e130";
  413. }
  414. .glyphicon-circle-arrow-right:before {
  415. content: "\e131";
  416. }
  417. .glyphicon-circle-arrow-left:before {
  418. content: "\e132";
  419. }
  420. .glyphicon-circle-arrow-up:before {
  421. content: "\e133";
  422. }
  423. .glyphicon-circle-arrow-down:before {
  424. content: "\e134";
  425. }
  426. .glyphicon-globe:before {
  427. content: "\e135";
  428. }
  429. .glyphicon-wrench:before {
  430. content: "\e136";
  431. }
  432. .glyphicon-tasks:before {
  433. content: "\e137";
  434. }
  435. .glyphicon-filter:before {
  436. content: "\e138";
  437. }
  438. .glyphicon-briefcase:before {
  439. content: "\e139";
  440. }
  441. .glyphicon-fullscreen:before {
  442. content: "\e140";
  443. }
  444. .glyphicon-dashboard:before {
  445. content: "\e141";
  446. }
  447. .glyphicon-paperclip:before {
  448. content: "\e142";
  449. }
  450. .glyphicon-heart-empty:before {
  451. content: "\e143";
  452. }
  453. .glyphicon-link:before {
  454. content: "\e144";
  455. }
  456. .glyphicon-phone:before {
  457. content: "\e145";
  458. }
  459. .glyphicon-pushpin:before {
  460. content: "\e146";
  461. }
  462. .glyphicon-usd:before {
  463. content: "\e148";
  464. }
  465. .glyphicon-gbp:before {
  466. content: "\e149";
  467. }
  468. .glyphicon-sort:before {
  469. content: "\e150";
  470. }
  471. .glyphicon-sort-by-alphabet:before {
  472. content: "\e151";
  473. }
  474. .glyphicon-sort-by-alphabet-alt:before {
  475. content: "\e152";
  476. }
  477. .glyphicon-sort-by-order:before {
  478. content: "\e153";
  479. }
  480. .glyphicon-sort-by-order-alt:before {
  481. content: "\e154";
  482. }
  483. .glyphicon-sort-by-attributes:before {
  484. content: "\e155";
  485. }
  486. .glyphicon-sort-by-attributes-alt:before {
  487. content: "\e156";
  488. }
  489. .glyphicon-unchecked:before {
  490. content: "\e157";
  491. }
  492. .glyphicon-expand:before {
  493. content: "\e158";
  494. }
  495. .glyphicon-collapse-down:before {
  496. content: "\e159";
  497. }
  498. .glyphicon-collapse-up:before {
  499. content: "\e160";
  500. }
  501. .glyphicon-log-in:before {
  502. content: "\e161";
  503. }
  504. .glyphicon-flash:before {
  505. content: "\e162";
  506. }
  507. .glyphicon-log-out:before {
  508. content: "\e163";
  509. }
  510. .glyphicon-new-window:before {
  511. content: "\e164";
  512. }
  513. .glyphicon-record:before {
  514. content: "\e165";
  515. }
  516. .glyphicon-save:before {
  517. content: "\e166";
  518. }
  519. .glyphicon-open:before {
  520. content: "\e167";
  521. }
  522. .glyphicon-saved:before {
  523. content: "\e168";
  524. }
  525. .glyphicon-import:before {
  526. content: "\e169";
  527. }
  528. .glyphicon-export:before {
  529. content: "\e170";
  530. }
  531. .glyphicon-send:before {
  532. content: "\e171";
  533. }
  534. .glyphicon-floppy-disk:before {
  535. content: "\e172";
  536. }
  537. .glyphicon-floppy-saved:before {
  538. content: "\e173";
  539. }
  540. .glyphicon-floppy-remove:before {
  541. content: "\e174";
  542. }
  543. .glyphicon-floppy-save:before {
  544. content: "\e175";
  545. }
  546. .glyphicon-floppy-open:before {
  547. content: "\e176";
  548. }
  549. .glyphicon-credit-card:before {
  550. content: "\e177";
  551. }
  552. .glyphicon-transfer:before {
  553. content: "\e178";
  554. }
  555. .glyphicon-cutlery:before {
  556. content: "\e179";
  557. }
  558. .glyphicon-header:before {
  559. content: "\e180";
  560. }
  561. .glyphicon-compressed:before {
  562. content: "\e181";
  563. }
  564. .glyphicon-earphone:before {
  565. content: "\e182";
  566. }
  567. .glyphicon-phone-alt:before {
  568. content: "\e183";
  569. }
  570. .glyphicon-tower:before {
  571. content: "\e184";
  572. }
  573. .glyphicon-stats:before {
  574. content: "\e185";
  575. }
  576. .glyphicon-sd-video:before {
  577. content: "\e186";
  578. }
  579. .glyphicon-hd-video:before {
  580. content: "\e187";
  581. }
  582. .glyphicon-subtitles:before {
  583. content: "\e188";
  584. }
  585. .glyphicon-sound-stereo:before {
  586. content: "\e189";
  587. }
  588. .glyphicon-sound-dolby:before {
  589. content: "\e190";
  590. }
  591. .glyphicon-sound-5-1:before {
  592. content: "\e191";
  593. }
  594. .glyphicon-sound-6-1:before {
  595. content: "\e192";
  596. }
  597. .glyphicon-sound-7-1:before {
  598. content: "\e193";
  599. }
  600. .glyphicon-copyright-mark:before {
  601. content: "\e194";
  602. }
  603. .glyphicon-registration-mark:before {
  604. content: "\e195";
  605. }
  606. .glyphicon-cloud-download:before {
  607. content: "\e197";
  608. }
  609. .glyphicon-cloud-upload:before {
  610. content: "\e198";
  611. }
  612. .glyphicon-tree-conifer:before {
  613. content: "\e199";
  614. }
  615. .glyphicon-tree-deciduous:before {
  616. content: "\e200";
  617. }
  618. .glyphicon-cd:before {
  619. content: "\e201";
  620. }
  621. .glyphicon-save-file:before {
  622. content: "\e202";
  623. }
  624. .glyphicon-open-file:before {
  625. content: "\e203";
  626. }
  627. .glyphicon-level-up:before {
  628. content: "\e204";
  629. }
  630. .glyphicon-copy:before {
  631. content: "\e205";
  632. }
  633. .glyphicon-paste:before {
  634. content: "\e206";
  635. }
  636. .glyphicon-alert:before {
  637. content: "\e209";
  638. }
  639. .glyphicon-equalizer:before {
  640. content: "\e210";
  641. }
  642. .glyphicon-king:before {
  643. content: "\e211";
  644. }
  645. .glyphicon-queen:before {
  646. content: "\e212";
  647. }
  648. .glyphicon-pawn:before {
  649. content: "\e213";
  650. }
  651. .glyphicon-bishop:before {
  652. content: "\e214";
  653. }
  654. .glyphicon-knight:before {
  655. content: "\e215";
  656. }
  657. .glyphicon-baby-formula:before {
  658. content: "\e216";
  659. }
  660. .glyphicon-tent:before {
  661. content: "\26fa";
  662. }
  663. .glyphicon-blackboard:before {
  664. content: "\e218";
  665. }
  666. .glyphicon-bed:before {
  667. content: "\e219";
  668. }
  669. .glyphicon-apple:before {
  670. content: "\f8ff";
  671. }
  672. .glyphicon-erase:before {
  673. content: "\e221";
  674. }
  675. .glyphicon-hourglass:before {
  676. content: "\231b";
  677. }
  678. .glyphicon-lamp:before {
  679. content: "\e223";
  680. }
  681. .glyphicon-duplicate:before {
  682. content: "\e224";
  683. }
  684. .glyphicon-piggy-bank:before {
  685. content: "\e225";
  686. }
  687. .glyphicon-scissors:before {
  688. content: "\e226";
  689. }
  690. .glyphicon-bitcoin:before {
  691. content: "\e227";
  692. }
  693. .glyphicon-btc:before {
  694. content: "\e227";
  695. }
  696. .glyphicon-xbt:before {
  697. content: "\e227";
  698. }
  699. .glyphicon-yen:before {
  700. content: "\00a5";
  701. }
  702. .glyphicon-jpy:before {
  703. content: "\00a5";
  704. }
  705. .glyphicon-ruble:before {
  706. content: "\20bd";
  707. }
  708. .glyphicon-rub:before {
  709. content: "\20bd";
  710. }
  711. .glyphicon-scale:before {
  712. content: "\e230";
  713. }
  714. .glyphicon-ice-lolly:before {
  715. content: "\e231";
  716. }
  717. .glyphicon-ice-lolly-tasted:before {
  718. content: "\e232";
  719. }
  720. .glyphicon-education:before {
  721. content: "\e233";
  722. }
  723. .glyphicon-option-horizontal:before {
  724. content: "\e234";
  725. }
  726. .glyphicon-option-vertical:before {
  727. content: "\e235";
  728. }
  729. .glyphicon-menu-hamburger:before {
  730. content: "\e236";
  731. }
  732. .glyphicon-modal-window:before {
  733. content: "\e237";
  734. }
  735. .glyphicon-oil:before {
  736. content: "\e238";
  737. }
  738. .glyphicon-grain:before {
  739. content: "\e239";
  740. }
  741. .glyphicon-sunglasses:before {
  742. content: "\e240";
  743. }
  744. .glyphicon-text-size:before {
  745. content: "\e241";
  746. }
  747. .glyphicon-text-color:before {
  748. content: "\e242";
  749. }
  750. .glyphicon-text-background:before {
  751. content: "\e243";
  752. }
  753. .glyphicon-object-align-top:before {
  754. content: "\e244";
  755. }
  756. .glyphicon-object-align-bottom:before {
  757. content: "\e245";
  758. }
  759. .glyphicon-object-align-horizontal:before {
  760. content: "\e246";
  761. }
  762. .glyphicon-object-align-left:before {
  763. content: "\e247";
  764. }
  765. .glyphicon-object-align-vertical:before {
  766. content: "\e248";
  767. }
  768. .glyphicon-object-align-right:before {
  769. content: "\e249";
  770. }
  771. .glyphicon-triangle-right:before {
  772. content: "\e250";
  773. }
  774. .glyphicon-triangle-left:before {
  775. content: "\e251";
  776. }
  777. .glyphicon-triangle-bottom:before {
  778. content: "\e252";
  779. }
  780. .glyphicon-triangle-top:before {
  781. content: "\e253";
  782. }
  783. .glyphicon-console:before {
  784. content: "\e254";
  785. }
  786. .glyphicon-superscript:before {
  787. content: "\e255";
  788. }
  789. .glyphicon-subscript:before {
  790. content: "\e256";
  791. }
  792. .glyphicon-menu-left:before {
  793. content: "\e257";
  794. }
  795. .glyphicon-menu-right:before {
  796. content: "\e258";
  797. }
  798. .glyphicon-menu-down:before {
  799. content: "\e259";
  800. }
  801. .glyphicon-menu-up:before {
  802. content: "\e260";
  803. }

*** 感谢博客园 @ 追枫博客园 指正 fonts/文件引用问题

Bootstrap4 glyphicon 移除图标 glyphicon fonts-faces 解决方案的更多相关文章

  1. Bootstrap-常用图标glyphicon

    <!DOCTYPE html> <html lang="zh-cn"> <head> <meta charset="utf-8& ...

  2. Bootstrap3基础 input-group glyphicon 输入框组与glyphicon图标

      内容 参数   OS   Windows 10 x64   browser   Firefox 65.0.2   framework     Bootstrap 3.3.7   editor    ...

  3. 如何在移动端app中应用字体图标icon fonts (转)

    原文: http://www.cnblogs.com/willian/p/4166757.html?utm_source=tuicool&utm_medium=referral How to ...

  4. 如何在移动端app中应用字体图标icon fonts

    How to use icon fonts in your mobile apps 在任何APP设计中实现可图形的矢量缩放最完美的方式是使用字体图标. 移动端的设计变的越来越复杂.原因在于多样的屏幕尺 ...

  5. 在webpack开发中利用bootstrap4中的字体图标

    在webpack项目开发中,难免会需要一些图标,如果用到bootstrap4的话,就会碰到一些问,因为bootstrap 4.x版本把icon分离出来作为一个单独的项目open-iconic,所以cn ...

  6. css实现图标移上图标弹跳效果

    html部分: <div class="bounce" style="width:20px;height:20px;border:1px solid red;&qu ...

  7. svn图标不显示的解决方案

    最近发现svn图标莫名其妙的不显示,其他操作都正常.在网上搜了一些方法. 解决方法一(失败): 升级最新版本,我的本来就是最新版本 解决方法二(失败): 右键->TortoiseSVN-> ...

  8. Debian/Ubuntu 下网易云音乐无法由图标/列表 打开的解决方案

    前言 本文为使用图标或快捷方式直接打开网易云音乐的一个从安装说起的到解决问题的简单教程 环境 debian 9.5 理论上使用apt包管理器的发行版均支持 源使用国内的源即可,无需特殊指定 安装网易云 ...

  9. 【转】svn图标不显示的解决方案

    最近发现svn图标莫名其妙的不显示,其他操作都正常.在网上搜了一些方法. 解决方法一(失败): 升级最新版本,我的本来就是最新版本 解决方法二(失败): 右键->TortoiseSVN-> ...

随机推荐

  1. mac运行模拟器simulator突然很慢

    一直都正常,突然变慢,而且慢的离谱. 上网查了下,这里记录下,或许问题不仅限于此. simulator->Debug->Slow Animations. 这个Slow Animations ...

  2. 一天撸完《 Learning Jupyter 5 2nd Edition》

    因为工作需要了解这个应用的大概功能. 网上找不到下载的,CSDN没积分. 最后,在道客上找到了这个PDF.花了一天时间浏览了一下, 只留意了python功能,其它语言略去. widget和jupyte ...

  3. Git问题

    1. LF will be replaced by CRLF rm -rf .git // 删除.git git config --global core.autocrlf false //禁用自动转 ...

  4. MongoDB在windows及linux环境下安装

    linux下安装配置 整理中... windows下安装配置 1.下载: https://www.mongodb.com/download-center?jmp=nav 2.解压到D盘 3.D:\下创 ...

  5. 负载均衡环境:nginx + 2tomcat

    部署两个服务 安装两个tomcat,tomcat安装,参考:https://www.cnblogs.com/uncleyong/p/10742650.html 两个tomcat的端口要不一样(shut ...

  6. 【洛谷P3835】 【模板】可持久化平衡树

    可持久化非旋转treap,真的是又好写又好调 ~ code: #include <cstdio> #include <cstdlib> #include <algorit ...

  7. First Chance Exception是什么?

    是否调试过应用程序并在输出窗口中看到有关“First Chance”异常的消息?有没有想过: 什么是First Chance Exception? 第一次机会异常是否意味着我的代码中存在问题? 在调试 ...

  8. mysql where/having

    select * from t1 where id<5;select * from t1 where id<5; where 从t1中筛选内容 而having从*中筛选内容

  9. [RN] React Native 实现图片预览

    [RN] React Native 实现图片预览 效果预览: 代码如下: 'use strict'; import React, {Component} from 'react'; import {I ...

  10. 这次是真的换新blog了!

    zlycerqan.xyz zlycerqan.xyz 好麻烦啊...不搞啦...溜辣溜辣 博客又不咕咕咕啦 .