目前分類:未分類文章 (31)

瀏覽方式: 標題列表 簡短摘要

SEO 的 4大要素


搜尋引擎的演算方式一直在演進,其最終目的是要讓使用者輸入關鍵字後搜尋到"最正確的結果"。

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

Windows 10 更新造成 http 503,檢查 IIS後,發現不管使用哪個集區,執行http後都造成 那個集區停止運作。

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

<!DOCTYPE html>

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

1.用 NuGet 安裝 Newtonsoft.Json

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

1.點【管理廣告】

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

https://www.google.com/maps/preview?saddr=[insert_from_address_here]&daddr=[insert_to_address_here]&dirflg=[insert_mode_here]

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

<html>
<head>

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

<meta name="referrer" content="never">

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

<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
<script type="text/javascript" src="jquery.base64.js"></script> <!--download from https://gist.github.com/wenzhixin/09e218c884f4f380b68a-->

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

解決方法:

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

使用 Plupload 之上傳JS API, 搭配 Server 端的 C#程式來做多圖檔上傳,此可順利於 Mobile Web 執行。

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

<style type="text/css">
ul,li{list-style-type:none;}

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

CSS
input[type="button"] {font-family:FontAwesome;}

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

<div id="test" contenteditable="true">Some editable text</div>
<input type="button" unselectable="on" onclick="displayTextInserter();" value="Insert text">

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

$("#discussMainBar .excerpt img").each(function (e) {
var $this = $(this);

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

<div id="test" contenteditable="true">Some editable text</div>
<input type="button" unselectable="on" onclick="displayTextInserter();" value="Insert text">

文章標籤

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

$(function () {
$('#_iframe').load(function () {

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

<img class="lazy" data-original="real.jpg" src="gray.jpg">

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

CREATE FUNCTION [dbo].[fn_stripHtml] (@htmlText VARCHAR(MAX))
RETURNS VARCHAR(MAX) AS

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

現象:
iCloud 無法運行或發生錯誤

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

1 2