This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.Web; | |
using System.Web.UI; | |
using System.Web.UI.WebControls; | |
using System.Globalization; | |
using System.Net; | |
using System.IO; | |
using System.Runtime.Serialization.Json; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
string filename = Path.GetFileName(FileUpload1.FileName); | |
string path = Server.MapPath("~/Images/personel/") + filename; | |
FileUpload1.SaveAs(path); | |
Change to : | |
string filename = Path.GetFileName(FileUpload1.FileName); | |
string path = "Images/personel/" + filename; | |
FileUpload1.SaveAs(Server.MapPath(path)); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cubeName": "Channel Sales", | |
"axes": [ | |
{ | |
"positions": [ | |
{ | |
"[Date].[Calendar]": { | |
"index": 0, | |
"hierarchy": "[Date].[Calendar]", | |
"UName": "[Date].[Calendar].[Calendar Year].&[2005]", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> | |
<soap:Body> | |
<ExecuteResponse xmlns="urn:schemas-microsoft-com:xml-analysis"> | |
<return> | |
<root xmlns="urn:schemas-microsoft-com:xml-analysis:mddataset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msxmla="http://schemas.microsoft.com/analysisservices/2003/xmla"> | |
<xs:schema targetNamespace="urn:schemas-microsoft-com:xml-analysis:mddataset" elementFormDefault="qualified" xmlns="urn:schemas-microsoft-com:xml-analysis:mddataset" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msxmla="http://schemas.microsoft.com/analysisservices/2003/xmla"> | |
<!-- The schema is defined in the publicly available documentation for MSXLA (Microsoft Extension to XMLA Schema)--> | |
<xs:import namespace="http://schemas.microsoft.com/analysisservices/2003/xmla" /> | |
<xs:complexType name |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cubeName": "Channel Sales", | |
"axes": [ | |
{ | |
"positions": [ | |
{ | |
"[Date].[Calendar]": { | |
"index": 0, | |
"hierarchy": "[Date].[Calendar]", | |
"UName": "[Date].[Calendar].[Calendar Year].&[2005]", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"cubeName":"Mined Customers","axes":[{"positions":[{"[Customer].[City]":{"index":0,"hierarchy":"[Customer].[City]","UName":"[Customer].[City].&[Abingdon]&[ENG]","Caption":"Abingdon","LName":"[Customer].[City].[City]","LNum":1,"DisplayInfo":0}},{"[Customer].[City]":{"index":0,"hierarchy":"[Customer].[City]","UName":"[Customer].[City].&[Albany]&[OR]","Caption":"Albany","LName":"[Customer].[City].[City]","LNum":1,"DisplayInfo":131072}},{"[Customer].[City]":{"index":0,"hierarchy":"[Customer].[City]","UName":"[Customer].[City].&[Alexandria]&[NSW]","Caption":"Alexandria","LName":"[Customer].[City].[City]","LNum":1,"DisplayInfo":131072}},{"[Customer].[City]":{"index":0,"hierarchy":"[Customer].[City]","UName":"[Customer].[City].&[Alhambra]&[CA]","Caption":"Alhambra","LName":"[Customer].[City].[City]","LNum":1,"DisplayInfo":131072}},{"[Customer].[City]":{"index":0,"hierarchy":"[Customer].[City]","UName":"[Customer].[City].&[Alpine]&[CA]","Caption":"Alpine","LName":"[Customer].[ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ _root: | |
{ offset: 153, | |
parentNode: | |
{ offset: 145, | |
parentNode: [Object], | |
nodeType: 1, | |
nodeName: 'return', | |
prefix: '', | |
namespaceURI: 'urn:schemas-microsoft-com:xml-analysis', | |
childNodes: [Object] }, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var al = this._members[aj], | |
^ | |
TypeError: Cannot read property '0' of null | |
at Object.p.Dataset.Axis._member (D:\Projects\OlapSchemaProviderNew2\OlapSchemaProvider\OlapSchemaProvider\node_modu | |
les\xmla4js\src\Xmla.js:2073:35) | |
at Object.p.Dataset.Axis.member (D:\Projects\OlapSchemaProviderNew2\OlapSchemaProvider\OlapSchemaProvider\node_modul | |
es\xmla4js\src\Xmla.js:2070:25) | |
at ExecuteMultiDimensionalQuery.xmlaRequest.success (D:\Projects\OlapSchemaProviderNew2\OlapSchemaProvider\OlapSchem | |
aProvider\OLAPSchemaProvider.js:132:36) | |
at Object.p._requestSuccess (D:\Projects\OlapSchemaProviderNew2\OlapSchemaProvider\OlapSchemaProvider\node_modules\x |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var koa = require('koa'), | |
AuthenticationApp = koa(), | |
session = require('koa-session'), | |
passport = require('koa-passport'), | |
route = require('koa-route'), | |
Router = require('koa-router'), | |
hbs = require('koa-hbs'), | |
render = require('koa-render'), | |
bodyParser = require('koa-body-parser'), | |
formidable = require('koa-formidable'), |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
First RUN : | |
function New-BashStyleAlias([string]$name, [string]$command) | |
{ | |
$sb = [scriptblock]::Create($command) | |
New-Item "Function:\global:$name" -Value $sb | Out-Null | |
} | |
Then : |
OlderNewer