網頁設計 網頁優化SEO技能網頁設計 網頁優化SEO技能
文章標籤

tatev45f2hkj 發表在 痞客邦 留言(0) 人氣()

你必然會有一個問題,大家開店當老闆,為何他們在Google Map上有標註,而我的公司卻沒有呈現?
而將商家名稱登錄到Google地圖的流程卻是「完全免費」的,。
文章標籤

tatev45f2hkj 發表在 痞客邦 留言(0) 人氣()

  1. font-family:  "儷黑 Pro","微軟正黑體",'cwTeXHei', serif, Arial;
複製代碼
文章標籤

tatev45f2hkj 發表在 痞客邦 留言(0) 人氣()

網頁設計

就可以正常利用了


文章出處

今日把http轉成https


到後台編纂時發現沒法瀏覽伺服器及上傳圖片


網頁設計 Ckeditor Ckfinder https 沒


到ckeditor目次下,找到config.js

文章標籤

tatev45f2hkj 發表在 痞客邦 留言(0) 人氣()

在利用CSS的時辰,用某些特效能讓網站更有活力,如果應用JQUERY又太過複雜

不過今天作者看到某網站的應用不錯,於是就哄騙CSS也做了

可以看到下圖,滑鼠未移置圖片典範

利用CSS完成 游標移至圖片特效 網頁設計
利用CSS完成 游標移至圖片特效 網頁設計



用CSS寫以下代碼
 
  1. .chimga{
  2.     margin:10px;
  3.     width:100%;
  4.     height:100%;
  5.     box-sizing:border-box;
  6.     overflow:hidden;
  7.     display:block;
  8. }
  9. .chimga:hover img{
  10.     -moz-transform:scale(1.3) rotate(2deg);
  11.     -webkit-transform:scale(1.3) rotate(2deg);
  12.     -o-transform:scale(1.3) rotate(2deg);
  13.     -ms-transform:scale(1.3) rotate(2deg);
  14.     transform:scale(1.3) rotate(2deg);
  15. }
複製代碼
文章標籤

tatev45f2hkj 發表在 痞客邦 留言(0) 人氣()

開啟監控視窗
輸入 1 或 2 ,步進馬達就會轉180度
文章標籤

tatev45f2hkj 發表在 痞客邦 留言(0) 人氣()

 

  1.  
  2. // 避免沒法准確獲得圖片的寬高
  3. // 是以動作延遲到 window.onload
  4. $(window).load(function(){
  5.         // 獲得要加上偽浮水印圖片後來逐一做設定
  6.         $(".water").each(function(i, ele){
  7.                 // 先把今朝元素轉換成 jQuery 物件後記錄起來
  8.                 // 再獲得本身圖片的寬高及 alt
  9.                 var _this = $(ele),
  10.                         _position = _this.position(),
  11.                         _height = _this.height(),
  12.                         _width = _this.width(),
  13.                         _alt = _this.attr('alt') || '';網頁設計
  14.  
  15.                 // 在 body 中插入一個寬高檔於 _this 的 blank.gif 圖片
  16.                 // position 設成 absolute 後移動到 _this 的同位置
  17.                 $('<img />').css({
  18.                         position: 'absolute',
  19.                         zIndex: 10000,
  20.                         top: _position.top,
  21.                         left: _position.left
  22.                 }).attr({
  23.                         src: 'blank.gif',
  24.                         height: _height,
  25.                         width: _width,
  26.                         title: _alt
  27.                 }).appendTo('body');
  28.  
  29.                 // 在 body 中插入一個寬高等於 _this 的 Div
  30.                 // position 設成 absolute 後移動到 _this 的同位置
  31.                 // 此 Div 的 background-image 就放我們想要放的 logo
  32.                 // 並可指定它的 background-position 位置
  33.                 $('<div />').css({
  34.                         height: _height,
  35.                         width: _width,
  36.                         position: 'absolute',
  37.                         zIndex: 9999,
  38.                         top: _position.top,
  39.                         left: _position.left,
  40.                         backgroundImage: 'url(logo.gif)',
  41.                         backgroundPosition: 'bottom right',
  42.                         backgroundRepeat: 'no-repeat'
  43.                 }).appendTo('body');
  44.         });
  45. });
文章標籤

tatev45f2hkj 發表在 痞客邦 留言(0) 人氣()



step2載入wow.js程式庫方式1:下載及安裝


方式2:CDN保持

文章標籤

tatev45f2hkj 發表在 痞客邦 留言(0) 人氣()

php5與php7的區分是什麼 網頁設計

 

文章標籤

tatev45f2hkj 發表在 痞客邦 留言(0) 人氣()






接下來到  MUTICHAIN

輸入要橋接的鏈及金額就能夠了
ETH 鏈上的錢 如何用Mutichains轉帳到Arbit

文章來曆: NetYea 網頁設計

註冊、設置好狐狸錢包後,如文內新增BSC鏈一般新增Arbitrum鏈網路。

文章標籤

tatev45f2hkj 發表在 痞客邦 留言(0) 人氣()