iT邦幫忙

froce 的所有回答 628

CSS rwd 圓形img裁切

純css要實現要想一下。關鍵點是要固定圖片和div的比例。https://jsbin.com/wujonoy/7/edit?html,output用backgr...

2018-08-15 ‧ 由 Zaku 提問

K-means

http://dasanlin888.pixnet.net/blog/post/34469120-sas%E7%B0%A1%E6%98%93%E6%95%99%...

2018-08-15 ‧ 由 hoolada 提問

在django admin中顯示的物件名稱沒有更改...

from django.db import models class Post(models.Model): title = models.CharF...

2018-08-14 ‧ 由 fredfu5431 提問

前端學習順序(詳細) 探討

我最近也在朝前端的方向精進,不過我是全端,而且不是外面從業的,只能給你參考。小明那篇應該是前端的演進,現況可以簡單一點。 1.基礎的html結構和css都要會,...

2018-08-13 ‧ 由 edwardchang 提問

請教dataframe.reindex無效可能原因

下次麻煩用原始碼區塊來問,尤其python的code和縮排很有關係。 df.reindex(columns=col_names,fill_value=date...

2018-08-11 ‧ 由 Doggww 提問

迴圈問題

python有for啊,先把基本語法看完再來寫吧。 from selenium import webdriver import time url = d...

2018-08-10 ‧ 由 agirliam6 提問

javascript mouseover事件問題

https://jsbin.com/gokotaforo/1/edit?html,output這樣?你事件用錯了,根本不需要mouseOut。

2018-08-08 ‧ 由 tenno081 提問

JS angular function 空參數設定

https://developer.mozilla.org/zh-TW/docs/Web/JavaScript/Reference/Functions/Defa...

2018-08-07 ‧ 由 Zaku 提問

HTML 使用Drag 和 Drop 事件要如何偵測 被拖拉物件的座標?

https://blog.csdn.net/lzding/article/details/45437707 你可以用(pageX-offsetX, pageY-...

2018-08-06 ‧ 由 king1761 提問