摘要:
Executed as user: NT AUTHORITY\SYSTEM. Cannot resolve the collation conflict between "Chinese_PRC_CI_AS" and "Chinese_Taiwan_Stroke_CI_AS" in the equa
阅读全文
posted @ 2019-10-10 16:38
Javi
阅读(4997)
推荐(0)
摘要:
GET方法和POST方法的区别,Get方法到底可传递的字符串的最大长度是多少?曾经人介绍,如果使用GET方式传输参数,URL的最大长度是256个字节,对此深信不疑. 但是最近看到一些超长的url,能够在IE下工作,复制下来测算了一下长度,大概是650个字节,这个长度远远超过了256个字节.这时候对以
阅读全文
posted @ 2019-09-24 11:18
Javi
阅读(1908)
推荐(0)
摘要:
JUST A LINK FOR ALL SCCM QUESTION http://eskonr.com/
阅读全文
posted @ 2019-09-19 10:37
Javi
阅读(160)
推荐(0)
摘要:
function launchFullscreen(element) { if(element.requestFullscreen) { element.requestFullscreen(); } else if(element.mozRequestFullScreen) { element.mo
阅读全文
posted @ 2019-09-17 13:16
Javi
阅读(382)
推荐(0)
摘要:
<img src="https://miro.medium.com/max/1400/1*18lrHvJ8YtADJDT7hxIThA.jpeg" class="ge n o gd ab" width="700" height="553"/> Problem in hand So you have
阅读全文
posted @ 2019-08-20 13:46
Javi
阅读(409)
推荐(0)
摘要:
1. Create project Let's suppose that you want to create a package to install a simple text file, a story you wrote. Choose an already existing text fi
阅读全文
posted @ 2019-08-07 16:39
Javi
阅读(509)
推荐(0)
摘要:
<configuration> <system.web> <compilation debug="true" targetFramework="4.0" /> <webServices> <protocols> <add name="HttpGet"/> <add name="HttpPost"/>
阅读全文
posted @ 2019-07-20 07:40
Javi
阅读(435)
推荐(0)
摘要:
//Global Variables used in different functions. var widthSelected=null; var senderId; var hostUrl = null; //Main function to change the size dynamically. function ResizeAppPart() { if (window.p...
阅读全文
posted @ 2019-05-28 14:08
Javi
阅读(230)
推荐(0)
摘要:
如果没有Enable app,打开app store的时候出出现错误: Sorry, apps are turned off. If you know who runs the server, tell them to enable apps. 要开启他,首先要有一个App的DNS,如下新建,如果管
阅读全文
posted @ 2019-05-28 14:07
Javi
阅读(441)
推荐(0)
摘要:
一、前言 文章成体系,如果有不明白的地方请查看前面的文章。 二、目录 1.创建页面布局 2.首次使用页面布局 3.修改页面布局 4.使用页面布局 5.最终效果 1.创建页面布局 (1)打开设计管理器,并点击【创建页面布局】如下图所示: (2)填写名称、内容类型、选择母版页,如下图所示: (3)发布主
阅读全文
posted @ 2019-05-22 09:35
Javi
阅读(646)
推荐(0)
摘要:
一、前言 文章成体系,如果有不明白的地方请查看前面的文章。 二、目录 1.创建HTML页面 2.将HTML文件转换为SharePoint母版页 3.在 SPD中修改母版页“PlaceHolderMain代码段”位置 4.发布母板页 5.使用母版页 6.最终效果 7.母版页转换中的重要知识点介绍 1.
阅读全文
posted @ 2019-05-22 09:34
Javi
阅读(435)
推荐(0)
摘要:
python版本 3.7.0 1、 安装 cmake pip install cmake 2、安装 boost pip install boost 3、安装 dlib pip install dlib 4、安装 face_recognition pip install face_recognitio
阅读全文
posted @ 2019-04-26 13:55
Javi
阅读(646)
推荐(0)
摘要:
完整的Glabal.asax代码:<%@ Application Language="C#" %><script RunAt="server"> void Application_Start(object sender, EventArgs e) { // 在应用程序启动时运行的代码 } void
阅读全文
posted @ 2019-04-22 14:01
Javi
阅读(161)
推荐(0)
摘要:
安装.NET Core 首先需要安装.NET Core Runtime: https://www.microsoft.com/net/download 点击之后,根据您的Linux发行版不同,选择相应的操作步骤: 最后执行dotnet --info验证安装是否成功: 安装Nginx 另外还需要安装N
阅读全文
posted @ 2019-04-03 11:19
Javi
阅读(287)
推荐(0)
摘要:
It looks great! https://devblogs.microsoft.com/odata/asp-net-core-odata-now-available/
阅读全文
posted @ 2019-03-22 16:01
Javi
阅读(250)
推荐(0)
摘要:
1、抓包原理 Fiddler是类似代理服务器的形式工作,它能够记录所有你的电脑和互联网之间的http(S)通讯,可以查看、修改所有的“进出”的数据。使用代理地址:127.0.0.1, 默认端口:8888。打开Fiddler会自动设置代理,正常退出会自动注销代理,非正常退出上不了网,重起一次Fiddl
阅读全文
posted @ 2019-02-22 10:31
Javi
阅读(560)
推荐(0)
摘要:
1.删除注册表:HKEY_CURRENT_USER\Software\NoSQL Manager Group2.删除应用数据:C:\ProgramData\NoSQL Manager Group 还是不行? C:\Users\Administrator\AppData\Roaming\NoSQL M
阅读全文
posted @ 2019-01-29 15:29
Javi
阅读(3655)
推荐(0)
posted @ 2019-01-26 18:53
Javi
阅读(603)
推荐(0)
摘要:
This guide will walk you through connecting Microsoft Power BI to a MongoDB DataSet using our MongoDB certified ODBC driver. Microsoft Power BI enable
阅读全文
posted @ 2019-01-25 16:29
Javi
阅读(457)
推荐(0)
摘要:
Features of Power BI Report Server and the Power BI service FeaturesPower BI Report ServerPower BI ServiceNotes Deployment On-premises or hosted cloud
阅读全文
posted @ 2019-01-25 14:17
Javi
阅读(5375)
推荐(0)
摘要:
PowerBI分析Exchange服務器IIS運行日誌 啟用狀態 PowerBI分析Exchange服務器IIS運行日誌 那麼在C:\inetpub\logs\LogFiles目錄下您才會看到如下日誌目錄及文檔,每一個站點會生成一個W3SVC的文檔夾存放日誌,比如默認站點是W3SVC1,Exchan
阅读全文
posted @ 2019-01-24 14:27
Javi
阅读(667)
推荐(0)
摘要:
发现一个强大的图形化IIS日志分析工具:Log Parser Studio。 安装 需要先安装Log Parser下载地址:http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=24659安装Log Parser
阅读全文
posted @ 2019-01-24 13:24
Javi
阅读(5691)
推荐(0)
摘要:
第一部分 Windows安装MongoDB-4.0 第一步:下载MongoDB:https://www.mongodb.com/download-center?jmp=nav#community 我目前使用版本为mongodb-win32-x86_64-2008plus-ssl-4.0.1-sign
阅读全文
posted @ 2019-01-22 16:31
Javi
阅读(394)
推荐(0)
摘要:
Now, AI is one of important technologies.Almost all platforms have API sets of AI. Following list is technology names per platform. Windows 10: Window
阅读全文
posted @ 2019-01-04 09:50
Javi
阅读(630)
推荐(0)
摘要:
In this tutorial, we'll build a simple Universal Windows Platform application that uses a trained machine learning model to recognize a numeric digit
阅读全文
posted @ 2019-01-04 09:32
Javi
阅读(371)
推荐(0)
摘要:
1.获取所有数据库名: (1)、Select Name FROM Master.dbo.SysDatabases orDER BY Name 2.获取所有表名: (1)、Select Name FROM SysObjects Where XType='U' orDER BY Name XType='
阅读全文
posted @ 2018-12-20 15:53
Javi
阅读(5760)
推荐(0)
摘要:
Overloads Join(String, String[], Int32, Int32) Concatenates the specified elements of a string array, using the specified separator between each eleme
阅读全文
posted @ 2018-12-12 16:29
Javi
阅读(356)
推荐(0)
摘要:
https://www.microsoft.com/en-us/connectevent/
阅读全文
posted @ 2018-12-07 15:24
Javi
阅读(105)
推荐(0)
摘要:
Today, in the Microsoft Connect(); 2018 keynote, Scott Guthrie announced the availability of Visual Studio 2019 Preview 1. This is the first preview o
阅读全文
posted @ 2018-12-05 10:29
Javi
阅读(217)
推荐(0)
摘要:
#requires -Version 2 function Get-Software { param ( [string] $DisplayName='*', [string] $UninstallString='*', [string[]] $ComputerName ...
阅读全文
posted @ 2018-11-22 15:01
Javi
阅读(160)
推荐(0)
摘要:
Analysis Services (servers) FeatureEnterpriseStandardWebExpress with Advanced ServicesExpress with ToolsExpressDeveloper Scalable shared databases Yes
阅读全文
posted @ 2018-11-20 14:29
Javi
阅读(157)
推荐(0)
摘要:
Azure DevOps is a complete solution for software development, from planning to building to deployment. It has easy to use interface, with a nice flow
阅读全文
posted @ 2018-10-30 09:39
Javi
阅读(458)
推荐(0)
摘要:
It's traditional report design, I'm insufficient for designing that if had a designer to help me will be better. Visit Link: https://app.powerbi.com/v
阅读全文
posted @ 2018-10-17 11:22
Javi
阅读(242)
推荐(0)
摘要:
1.在桌面建立一个.txt文件 2.把一下代码拷贝进去: RandomizeCreateObject("SAPI.SpVoice").Speak"先生,为你播放一首music,希望你喜欢!"set ws=createobject("wscript.shell")str="wmplayer.exe D
阅读全文
posted @ 2018-10-15 13:52
Javi
阅读(600)
推荐(0)
摘要:
Azure DevOps https://azure.microsoft.com/zh-cn/services/devops/ It looks great!
阅读全文
posted @ 2018-09-12 11:08
Javi
阅读(183)
推荐(0)
摘要:
ASP.NET Core offers attributes such as [HttpGet] and [HttpPost] that allow you to restrict the HTTP verbs used to invoke an action. You can also use H
阅读全文
posted @ 2018-09-05 10:13
Javi
阅读(295)
推荐(0)
摘要:
This is a guest post by Slava Chernikoff, Principal Engineer at Binwell. Mobile DevOps falls under the umbrella of enterprise DevOps, since mobile app
阅读全文
posted @ 2018-09-03 09:30
Javi
阅读(334)
推荐(0)
摘要:
import urllib.request import urllib.parse import json proxy_support = urllib.request.ProxyHandler({'http':'http://10.3.246.5:8500'}) opener = urllib.request.build_opener(proxy_support, urllib.reques...
阅读全文
posted @ 2018-08-01 15:25
Javi
阅读(280)
推荐(0)
摘要:
In this tutorial I will show you how to configure SSL for SharePoint 2013. Prerequisites: IIS 8 SharePoint 2013 Windows Server 2012 HTTP Web Applicati
阅读全文
posted @ 2018-07-26 13:43
Javi
阅读(327)
推荐(0)
摘要:
Installing VS Components To follow along with this article, you must have an AWS account and install the AWS Toolkit for Visual Studio. I’m using Visu
阅读全文
posted @ 2018-07-25 11:36
Javi
阅读(825)
推荐(0)